Skip to main content

Iam Get All Users

GET 

/iam/authorizations/users

This operation allows to get all IamUser

Request

Query Parameters

    limit int32

    Limit of the page

    offset int32

    Offset of the page

Responses

ok

Response Headers

  • X-Total-Count

    integer

    total count of IamUser

  • X-Result-Count

    integer

    IamUsers result count

Schema

  • Array [

  • 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...