Update An Identity
Update a current identity in the system.
Request
The identityId
of the identity to update, use either identityId
or externalId
, if both are provided, identityId
takes precedence.
Minimum length: 1
Example: "id_1234"
The externalId
of the identity to update, use either identityId
or externalId
, if both are provided, identityId
takes precedence.
Minimum length: 1
Example: "user_1234"
This is a place for dynamic meta data, anything that feels useful for you should go here
Example:
Attach ratelimits to this identity.
When verifying keys, you can specify which limits you want to use and all keys attached to this identity, will share the limits.
This is not yet used but here for future compatibility.
Response
The id of the identity. Used internally, you do not need to store this.
Example: "id_123"
The id in your system
This is a place for dynamic meta data, anything that feels useful for you should go here
Example:
Attach ratelimits to this identity.
When verifying keys, you can specify which limits you want to use and all keys attached to this identity, will share the limits.