curl --request GET \
--url https://nimbussuite.com/api/v1/admin/users/fetch \
--header 'Authorization: Bearer <token>'{
"users": [
{
"id": "<string>",
"email": "[email protected]",
"role": "<string>",
"orgs": [
{
"id": "<string>",
"name": "<string>"
}
]
}
]
}curl --request GET \
--url https://nimbussuite.com/api/v1/admin/users/fetch \
--header 'Authorization: Bearer <token>'{
"users": [
{
"id": "<string>",
"email": "[email protected]",
"role": "<string>",
"orgs": [
{
"id": "<string>",
"name": "<string>"
}
]
}
]
}Was this page helpful?