Fetches roles

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
sort_attributes
array of strings

Sort attributes for ordering results

sort_attributes
Responses
200

Success

Example Response

id is the Role ID in this case

{
roles: [
{
created_at: "2021-09-16T08:48:52.085-04:00",
description: null,
is_default: false,
mosaic_id: 1234,
mosaic_team_id: 12345,
name: "Example Role",
updated_at: "2021-12-30T19:24:08.166-05:00"
}
]
}

401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!