Create User (Human)
Deprecated: use user service v2 CreateUser instead.
Create a new user. The newly created user will get an initialization email if either the email address is not marked as verified or no password is set. If a password is set the user will not be requested to set a new one on the first login.
Request Body
application/json
Response Body
application/json
curl -X POST "https://loading/users/human" \ -H "Content-Type: application/json" \ -d '{}'{
"userId": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Create Secret for Service Account
Create Secret for Service Account: Deprecated: use [user service v2 AddSecret](/reference/api/user/zitadel.user.v2.UserService.AddSecret) instead. Create a new secret for a service account. It is used to authenticate the user (clien...
Create User (Machine)
Create User (Machine): Deprecated: use [user service v2 CreateUser](/reference/api/user/zitadel.user.v2.UserService.CreateUser) instead. Create a new user with the type machine for your API, service or device. These user...