fireblocks-sdk 2026.3.27

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CreateUserGroupResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | User group unique identifier | [optional]
**name** | Option<**String**> | User group name | [optional]
**member_ids** | Option<**Vec<String>**> | IDs of the users in the group | [optional]
**status** | Option<**Status**> | User group status (enum: PENDING_APPROVAL, ACTIVE) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)