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…
Updated
by Taylor Sloane
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
"name": "All users"
}
Some fields are mutable (you can edit them) and some are immutable (we update them for you).
Property | |
created_at | When group was first created |
group_id | The ID of the permission group. |
name | The name of the permission group. This must be unique within your account. |
How did we do?
Getting Groups
Updating a Group