Api referenceProfiles
List all profiles
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
username*string
scope*string
Value in
- "course"
- "space"
- "chat-room"
- "calendar"
- "organization"
- "event"
- "subjects-area"
- "subject"
- "book-library"
scopeId*string
Response Body
application/json
curl -X GET "https://example.com/v2/profiles?username=string&scope=course&scopeId=string"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}