Example Usage
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
userIds | string[] | :heavy_check_mark: | List of user IDs to add to the workspace. Members are assigned the same role they hold in the organization. | [ “user_abc123”, “user_def456” ] |
BulkAddWorkspaceMembersRequest type definition
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
userIds | string[] | :heavy_check_mark: | List of user IDs to add to the workspace. Members are assigned the same role they hold in the organization. | [ “user_abc123”, “user_def456” ] |