Resource | URL | Method | Overview |
---|---|---|---|
GET User Detail by Username | /api/users/username/:username | GET | Loads details about user specified by username. |
/api/users/:id | GET | Loads details about user specified by ID. | |
/api/users/:id/status | GET | Returns the active status for the user specified by ID. | |
/api/users/:id/image | GET | Returns the image for the user specified by ID. | |
/api/users/create | POST | Creates new user. | |
/api/users/:id | POST | Modifies the user specified by ID. | |
POST Set User Status | /api/users/:id/status | POST | Activates/Deactivates user specified by ID. |
POST Create User Group | /api/users/groups/create | POST | Creates new user group. |
POST Create User Request | /api/users/:username/requests | POST | Creates new user request for user specified by username. |
POST Create Access Token | /api/users/:username/accessToken | POST | Creates new access token for user specified by username. |
POST User Directory Sync | /api/users/directory/:id/sync | POST | Triggers the user directory synchronization specified by ID. |
DELETE User | /api/users/:id | DELETE | Deletes user |
DELETE User Sessions | /api/users/:username/sessions | DELETE | Invalidates the access token and user sessions |
Overview
Content Tools