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

Compare with Current View Page History

Version 1 Next »

Resource

URL

Method

Overview

GET Users/api/domains/:domain_id/usersGETList users for domain specified by domain ID.

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.

GET User Groups/api/domains/:domain_id/userGroupsGETList user groups for domain specified by domain 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