API Docs

From bMob Rest API
Jump to navigation Jump to search

Users[edit | edit source]

Resource Description
GET /v1/users Retrieves all user that belongs to the loggin user. This resource is only available for Partner Admins
GET /v1/users/billing Retrieves the user billing information as it exists in Zoura. The loggin user must have a Zoura account.
GET/v1/users/{id} Retrieves information pertaining to a single user. The user must be owned by the loggin user, this resource is only available for Partner Admins.
POST /v1/users?role=default Creates a new user and associates it with the current partner ID. This resource is only available to Partner Admins.
PUT /v1/users/{id} Updates values and parameters for the specified user.
Delete /v1/users/{id} Deactivates the specified user and also removes all the sites owned by the user.