PUT api/organizations/{organizationId}/users/{userId}/roles

Request Information

URI Parameters

NameDescriptionTypeAdditional information
organizationId

globally unique identifier

Required

userId

globally unique identifier

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "dae2dc7f-238c-4c5b-a024-ce46dfb2e1e0",
  "2fa4e073-2d37-4a23-b7f1-44bf124d226b"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>dae2dc7f-238c-4c5b-a024-ce46dfb2e1e0</guid>
  <guid>2fa4e073-2d37-4a23-b7f1-44bf124d226b</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.