curl --request GET \
--url https://api.tagdeliver.com/v1/organisation/{id}/roles \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": 1234,
"display_name": "Jamie",
"email": "jamie@contentignite.com",
"status": 0,
"roles": [
"generic.full_access"
]
}
],
"success": true
}Returns a list of users that have access to the given organisation
curl --request GET \
--url https://api.tagdeliver.com/v1/organisation/{id}/roles \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": 1234,
"display_name": "Jamie",
"email": "jamie@contentignite.com",
"status": 0,
"roles": [
"generic.full_access"
]
}
],
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.contentignite.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?