/bl-users

get

Get a number of user (and possibly related) records based on criteria in the user and related modules

delete

Delete a user by id

get

Get a user by id

get

Check if user has any open transactions, and if so, how many. Identify user by id

get

Get a user by username

get

Check if user has any open transactions, and if so, how many. Identify user by username

get

Get a user by self reference

post

Allow a new user to login and return an authtoken, along with a composite user record. Deprecated and will be removed in a future release. Please use /login-with-expiry.

post

Allow a new user to login and return two cookies, one containing the user's refresh token and one containing an access token. Both tokens have an expiration. The expiration time for each is contained in the composite user token expiration property. If you don't need the data in the composite user you should call the /authn/login-with-expiry API instead.

post

called when a user has forgotten a password

post

called when a user has forgotten a username

post

Allow change password for user

post

Reset password

post