AssignRolesToUserDto
userIdstringrequired
User ID
assignments object[]required
Role assignments with optional time bounds
Array [
roleIdstringrequired
Role ID
startDatestring
Effective start date (ISO 8601)
endDatestring
Effective end date (ISO 8601)
]
justificationstring
Justification required when assigning 2+ roles (min 10 chars)
AssignRolesToUserDto
{
"userId": "string",
"assignments": [
{
"roleId": "string",
"startDate": "string",
"endDate": "string"
}
],
"justification": "string"
}