Skip to main content
POST
Create local password for federated user

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Body

application/json
password
string
required

New password (8+ chars, uppercase, lowercase, number, symbol)

Minimum string length: 8
Example:

"SecureP@ss123"

confirmPassword
string
required

Confirm password (must match password)

Example:

"SecureP@ss123"

Response

Password created successfully