Skip to content
Discussion options

You must be logged in to vote

I checked the documentation for the updateIdentity method, and it looks a bit confusing to me, as the second part contradicts the first part

Where do you see the contradiction?

  1. You need the full identity payload to use this endpoint (credentials are optional)
  2. Credentials are optional

Maybe it can be reworded to be more clear/less confusing.
As far as I can tell password, oidc, and saml are supported for updating.

To update a password, include the credentials.password.config.password field in your request body. For example:

{
  "schema_id": "preset://email",
  "traits": {
    "email": "user@example.com"
  },
  "state": "active",
  "credentials": {
    "password": {
      "config": {
  …

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@icamys
Comment options

@MarkusThielker
Comment options

Comment options

You must be logged in to vote
3 replies
@icamys
Comment options

@vinckr
Comment options

Answer selected by icamys
@icamys
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants