PUT api/organizations/{organizationId}/users/{userId}/roles
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId | globally unique identifier |
Required |
|
| userId | globally unique identifier |
Required |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "2698ace6-6dd3-4d71-a925-4cd4ab6e063d", "dd3c178f-04c3-4bdc-98e2-bdd40389f261" ]
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>2698ace6-6dd3-4d71-a925-4cd4ab6e063d</guid> <guid>dd3c178f-04c3-4bdc-98e2-bdd40389f261</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.