Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User Management APIs

POST /users

Creates a user.

GET /users/{email}

Retrieves the user record associated with the specified email address.

PUT /users/{email}

Updates the user record associated with the specified email address.

DELETE /users/{email}

Deletes the user record associated with the specified email address.

Group Management APIs

POST /groups

Creates a group.

GET /groups/{org}

Retrieves the list of groups in an Org.

GET /groups/{org}/{groupname}

Retrieves information about the specified group.

PATCH /groups/{org}/{groupname}

Adds or removes users from the specified group.

PUT /groups/{org}/{groupname}

Replaces the member list of the group.

DELETE /groups/{org}/{groupname}

Deletes the group from the Org.