Logo
Fireblocks API Documentation

List user groups

GET {{baseUrl}}/management/user_groups

Get all user groups in your workspace.

Note: - This endpoint is now in Beta, disabled for general availability at this time. - Please note that this endpoint is available only for API keys with Admin permissions.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ { "id": "<string>", "name": "<string>", "status": "<string>", "memberIds": [ "<string>", "<string>" ] }, { "id": "<string>", "name": "<string>", "status": "<string>", "memberIds": [ "<string>", "<string>" ] } ]



Curl
curl -X GET 'https://api.fireblocks.io/v1/management/user_groups' -H 'Accept: application/json'

ENDPOINTS