/
/dp-identity-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Groups10
  • getList groups
  • postCreate a new group
  • getGet a group
  • putUpdate an existing group
  • deleteDelete a group
  • getGet a list of users in a group
  • putUpdate groups users
  • postAdd user to group
  • deleteRemove user from group
  • getList groups and the membership of the groups
JWKS1
  • getJSON Web Key Set
Tokens4
  • postCreates tokens for authorisation, ID and refresh for authenticated users
  • deleteEnables functionality to logout all active users
  • putRefreshes a users access token using the refresh and ID tokens
  • deleteSigns out a user, invalidating their access tokens
Users8
  • getList users
  • postCreates a new user
  • getGet a user
  • putUpdate a user
  • postSets a generated password for a user
  • getGet groups for a user
  • putChanges the user's password
  • postSends the user a password reset email
    Tokens

    Creates tokens for authorisation, ID and refresh for authenticated users

    post/tokens

    Request body

    emailstring required
    passwordstring required

    Response

    Created