Skip to main content

Returns the specified User workspaces and Roles information

GET 

/v1/workspaces/users/:userUid/roles

Returns a User with workspaces and roles

Request

Path Parameters

    userUid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

OK

Schema
    projects undefined[]
  • Array [
  • namestring
    uidstring
    workspaces undefined[]
  • Array [
  • inheritedRoles object[]
  • Array [
  • namestring
    uidstring
  • ]
  • namestring
    roles object[]
  • Array [
  • namestring
    uidstring
  • ]
  • uidstring
  • ]
  • ]
Loading...