cURL
curl --request GET \ --url https://api.decodahealth.com/v1/role/list \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "name": "<string>" } ]
Get a list of all available Roles for Providers.
Roles
Providers
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type RoleSummary · object[].
RoleSummary · object[]