Logo
Fireblocks API Documentation

Get user group

GET {{baseUrl}}/management/user_groups/:groupId

Get a user group by ID.

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>" ] }



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

ENDPOINTS