The ID of the user you want to assign a role to. The userId is the typedId without the U suffix. For example, userId of the 2147490806.U is 2147490806.
Request Body schema: application/json
required
object
assign
required
boolean
Set to true to assign the user to the role. Set false to remove the role from the user.
typedId
required
string non-empty
TypedId of the role you want to assign or revoke. Either typedId or uniqeName is required.
uniqueName
required
string non-empty
uniqueName of the role you want to assign or revoke. Either typedId or uniqeName is required.