Skip to main content
GET
/
v1
/
organisation
/
{id}
/
roles
/organisation/:id/roles
curl --request GET \
  --url https://api.tagdeliver.com/v1/organisation/{id}/roles \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": 1234,
      "display_name": "Jamie",
      "email": "[email protected]",
      "status": 0,
      "roles": [
        "generic.full_access"
      ]
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Organisation ID

Response

200 - application/json
results
object[]
required
success
boolean
required