Aller au contenu principal

Iam Get User by identity Name

GET 

/iam/authorizations/users/:identityName

This operation allows to get a IamUser

Request

Path Parameters

    identityName stringrequired

    identity Name

Responses

ok

Schema

    identityName string

    user identity name

    displayName string

    user displayed name

    email string

    user email

    firstName string

    user first name

    lastName string

    user last name

    root boolean

    define if user has root privileges or not

    roles

    object[]

    list of user roles

  • 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

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

    list of projects UUIDs associated to user

    permissions string[]

    users permissions

  • ]

Loading...