Skip to main content

Updates the projects and roles for user

PUT 

/v1/users/:uid/projects

User is updated with projects and roles

Request

Path Parameters

    uid stringrequired

Body

required
    projects object[]
  • Array [
  • projectUidstring
    rolesstring[]
  • ]

Responses

The resource was updated successfully

Loading...