mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
9 lines
3.2 KiB
Markdown
9 lines
3.2 KiB
Markdown
# CreateOrganizationMembershipRequestBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `userId` | *String* | :heavy_check_mark: | The ID of the user that will be added as a member in the organization.<br/>The user needs to exist in the same instance as the organization and must not be a member of the given organization already. |
|
|
| `role` | *String* | :heavy_check_mark: | The role that the new member will have in the organization. | |