get https://api.doppler.com/v3/workplace/roles
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://api.doppler.com/v3/workplace/roles \
--header 'accept: application/json'
xxxxxxxxxx
14{
"roles": [
{
"name": "custom",
"permissions": [
"team"
],
"identifier": "custom",
"created_at": "2023-08-01T00:00:00.000Z",
"is_custom_role": false,
"is_inline_role": false
}
]
}