API Definition
Last updated
Was this helpful?
Last updated
Was this helpful?
/users
local
, ldap
/listUsers
The optional list to be matched against the usernames
The page number to fetch, starts at page 1
The number of records per page to return
If the auto generated roles should be excluded from the results
/users/batch
local
, ldap
/users/{id}
Id of user
local
, ldap
Indicates that MFA for the given user should be disabled
Enforces the user to enroll MFA
/roles/page
Filter by the given names
Set the page size of the yielded page
Set the current page to be retrieved
Filter by roles that are or not auto generated, defaults to any
Filter by roles that are or not shared, defaults to any
/client-registry/register
Username to be registered. The Auth Server will check this for uniqueness, so be sure to generate a reasonably namespaced username.
Secret password that should be set for the user. This will be stored in hashed form on the receiver side. Either this or a csr should be supplied.
Base 64 encoded certificate signing request in PEM format. Instead of a password, a client side certificate (x.509) can be used for authentication. If the CSR is supplied, the signed certificate will be returned once the authentication request is granted.
Free text that helps the granting user understanding where this request comes from.
/client-registry/confirm
Username to confirm. Must match a username that is currently in the pendingRequests list.