v1

latestOpenAPI 3.0.1Apache 2.02026-07-17111176225.7 KB
User Management

Get current credential summary

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

Path parameters

accountnamestring required
usernamestring required

Response

User credential listing

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

Example response

[
  {
    "created_at": "created_at",
    "type": "password",
    "value": "value"
  }
]