Your submission was sent successfully! Close

You have successfully unsubscribed! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates about Ubuntu and upcoming events where you can meet our team.Close

API Methods: Administrators

The methods available here help you invite, list and disable administrators in your account.

InviteAdministrator

Invite an administrator to your account.

  • name: The name of the person to invite.
  • email: The email address of the administrator, to which the invitation will be send.
  • roles: If specified, the roles that the administrator is going to have in your account. Default to GlobalAdmin.

For example:

?action=InviteAdministrator&name=John%2ODoe&email=john@example.com

GetAdministrators

Retrieve the list of administrators in the account.

Here’s an example output:

[
    {
        "email": "john@example.com",
        "id": 40042,
        "name": "John Doe",
        "role": "Owner"
    }
]

DisableAdministrator

Disable an administrator of your account.

  • email: The email address of the administrator to disable.

For example:

?action=DisableAdministrator&email=john@example.com

This page was last modified 1 year, 1 month ago. Help improve this document in the forum.