Assign roles to user
Assign API resource roles to the user. The roles will be added to the existing roles.
Path parameters
-
The unique identifier of the user.
POST /api/users/{userId}/roles
curl \
-X POST https://[tenant_id].logto.app/api/users/{userId}/roles \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"roleIds":["string"]}'
Request examples
{
"roleIds": [
"string"
]
}