Assign a user to the given role.
PUT /api/v1/role/student/member/ac408889-be82-48b1-8622-abda2ab9b717 HTTP/1.1 Authorization: Bearer ... ---------------------------------------- HTTP/1.1 204 No Content
Authentication is required and access is limited to admins.
| Name | Description | Value |
|---|---|---|
| roleId | the identifier of the role | string |
| accountId | the user's ID as a GUID with dashes | string |
NONE
NONE
Successful responses are code 204. Error responses are standard.
NONE