You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

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.
  • No labels