get https://api.tetrascience.com/v1/users//roles
Log in to see full request history
Responses
401Invalid token
403Caller is not authorized to preform this action
404User not found
401Invalid token
403Caller is not authorized to preform this action
404User not found
xxxxxxxxxx
curl --request GET \
--url https://api.tetrascience.com/v1/users/userId/roles \
--header 'accept: application/json'
xxxxxxxxxx
12[
{
"id": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",
"orgSlug": "tetrascience",
"organizationId": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",
"role": "Administrator",
"roleId": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",
"status": "active",
"userId": "7b2b05ea-99d1-40e5-bebc-e0fd8713e3e2",
"orgName": "string"
}
]