Resource

URL

Method

Overview

GET User Detail by Username/api/users/username/:usernameGETLoads details about user specified by username.

GET User Detail

/api/users/:id

GET

Loads details about user specified by ID.

GET User Status

/api/users/:id/status

GET

Returns the active status for the user specified by ID.

GET User Photo

/api/users/:id/image

GET

Returns the image for the user specified by ID.

POST Create User

/api/users/create

POST

Creates new user.

POST Edit User

/api/users/:id

POST

Modifies the user specified by ID.

POST Set User Status/api/users/:id/statusPOSTActivates/Deactivates user specified by ID.
POST Create User Group/api/users/groups/createPOSTCreates new user group.
POST Create User Request/api/users/:username/requestsPOSTCreates new user request for user specified by username.
POST Create Access Token/api/users/:username/accessTokenPOSTCreates new access token for user specified by username.
POST User Directory Sync/api/users/directory/:id/syncPOSTTriggers the user directory synchronization specified by ID.
DELETE User/api/users/:idDELETEDeletes user
DELETE User Sessions/api/users/:username/sessionsDELETE

Invalidates the access token and user sessions

  • No labels