ZITADEL Docs
APIsCore ResourcesV1Instance Objects

AddIAMMember

Add IAM 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.

POST
/members

Request Body

application/json

userId?string
roles?roles
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/members" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?