cURL
curl --request GET \ --url https://api.example.com/api/v1/school/roles/user_roles/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve all role assignments for a specific user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User ID