Add Organization Member
Deprecated: use CreateAdministrator instead.
Members are users with permission to administrate Zitadel on different levels. This request adds a new user to the members list on the organization level with one or multiple roles.
Request Body
application/json
Response Body
application/json
curl -X POST "https://loading/orgs/me/members" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Add Domain
Add Domain: Deprecated: use [organization service v2 AddOrganizationDomain](/reference/api/org/zitadel.org.v2.OrganizationService.AddOrganizationDomain) instead. Add a new domain to an organization. The domain...
Add Passkey Registration Link
Add Passkey Registration Link: Deprecated: use [user service v2 RegisterPasskey](/reference/api/user/zitadel.user.v2.UserService.RegisterPasskey) instead. Adds a new passkey authenticator link to the user and returns it in the r...