v1

latestSwagger 2.0Apache 2.02026-07-13112149159.3 KB
User Management

add/replace credential

post/accounts/{accountname}/users/{username}/credentials

Path parameters

accountnamestring required
usernamestring required

Request body

type'password' required

The type of credential

valuestring required

The credential value (e.g. the password)

created_atstring

The timestamp of creation of the credential

Response

Add a credential, overwritting if already exists

usernamestring required

The username to authenticate with

type'native' | 'internal' | 'external'

The user's type

sourcestring

If the user is external, this is the source that the user was initialized from. All other user types have this set to null

created_atstring date-time

The timestampt the user record was created

last_updatedstring date-time

The timestamp of the last update to this record