Permission Groups

​The Group Object

User Permission Groups returned by the API look a little like this: { // Dates "created_at": ISODate("2016-06-26T15:30:38.731Z"), // Identifiers "group_id": "test_group_id", // Mutable Properties "na…

Taylor Sloane
Updated by Taylor Sloane

Creating a Group

POST /account/group Arguments Required? name Yes Example response: { "user_group": Group }

Taylor Sloane
Updated by Taylor Sloane

Deleting a Group

DELETE /account/group/:group_id Arguments Required? group_id Yes Example response: { "success": true }

Taylor Sloane
Updated by Taylor Sloane

Getting Groups

GET /account/group Returns all user groups on your account. Example response: { "user_groups": [ Group ] }

Taylor Sloane
Updated by Taylor Sloane

Updating a Group

PATCH /account/group/:group_id Arguments Required? group_id Yes name Yes Example response: { "user_group": Group }

Taylor Sloane
Updated by Taylor Sloane

Contact

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.