Add a Users Secret
Generates a client secret for the user. The client id is the users username. If the user already has a secret, it is overwritten. Only users of type machine can have a secret.
Required permission:
- user.write
curl -X POST "https://loading/v2/users/string/secret"{
"creationDate": "2023-01-15T01:30:15.01Z",
"clientSecret": "string"
}Was this page helpful?
Add a Personal Access Token
Add a Personal Access Token: Personal access tokens (PAT) are the easiest way to authenticate to the Zitadel APIs. Make sure you store the returned PAT safely, as you won't be able to read it from the Zitadel API anymore. Only...
Add link to an identity provider to an user
Explore the Add link to an identity provider to an user operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.