Aller au contenu principal

Cette page est disponible uniquement en anglais (This page is only available in English).

get Users

GET 

https://api.orange.com/evolutionplatform/referentiel/api/v1//users

This operation allows to get page of User

Request

Query Parameters

    limit int32

    Limit of the page

    Default value: 20
    offset int32

    Offset of the page

    Default value: 0

Responses

ok

Response Headers
    X-Total-Count

    total count of users

    X-Result-Count

    users result count

Schema
  • Array [
  • iduuid

    user uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    identityNamestring

    user identity name

    displayNamestring

    user displayed name

    emailstring

    user email

    firstNamestring

    user first name

    lastNamestring

    user last name

    organizations object[]

    list of organization roles associated to a user

  • Array [
  • organizationIduuid

    organization UUID associated to user

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organizationNamestring

    organization name associated to user

    roleIduuid

    role UUID associated to user

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    roleNamestring

    role name associated to user

  • ]
  • ]

Authorization: oauth2

name: oauth2clientcredentialstype: oauth2flows: {
  "clientCredentials": {
    "tokenUrl": "https://api.orange.com/oauth/v3/token",
    "scopes": {}
  }
}
curl -L 'https://api.orange.com/evolutionplatform/referentiel/api/v1//users' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/referentiel/api/v1/
Auth
Parameters
— query
— query