Aller au contenu principal

Get User By Identity Name

GET 

/users/:identityName

This operation allows to get a User by identityName

Request

Path Parameters

    identityName stringrequired

    identity name

Responses

ok

Schema

    id 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}

    user uuid

    identityName string

    user identity name

    displayName string

    user displayed name

    email string

    user email

    firstName string

    user first name

    lastName string

    user last name

    organizations

    object[]

    list of organization roles associated to a user

  • Array [

  • organizationId 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}

    organization UUID associated to user

    organizationName string

    organization name associated to user

    roleId 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}

    role UUID associated to user

    roleName string

    role name associated to user

  • ]

Loading...