/
OF
office-of-national-statistics
/
dp-identity-api
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Groups
10
get
List groups
post
Create a new group
get
Get a group
put
Update an existing group
delete
Delete a group
get
Get a list of users in a group
put
Update groups users
post
Add user to group
delete
Remove user from group
get
List groups and the membership of the groups
JWKS
1
get
JSON Web Key Set
Tokens
4
post
Creates tokens for authorisation, ID and refresh for authenticated users
delete
Enables functionality to logout all active users
put
Refreshes a users access token using the refresh and ID tokens
delete
Signs out a user, invalidating their access tokens
Users
8
get
List users
post
Creates a new user
get
Get a user
put
Update a user
post
Sets a generated password for a user
get
Get groups for a user
put
Changes the user's password
post
Sends the user a password reset email
Tokens
Creates tokens for authorisation, ID and refresh for authenticated users
post
/tokens
Request body
object
required
email
string
required
password
string
required
Response
Created