Add instance 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 with one or multiple roles.
Request Body
application/json
userId?string
roles?array<>
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/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 an Instance Trusted Domain
Add an Instance Trusted Domain: Deprecated: use [instance service v2 ListTrustedDomains](/reference/api/instance/zitadel.instance.v2.InstanceService.AddTrustedDomain) instead. Add a domain to the list configured for this Zitadel ...
AddAppleProvider
Explore the AddAppleProvider operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.