updateOrgAdminInvite
PUT https://{{host}}/api/v1/orgs/:org_id/invites/:invite_id
Name | Type | Description |
---|
email | string | email (admin_id is not exposed) |
first_name | string | first name, used in the invitation text |
last_name | string | last name |
privileges | list | list of privileges the admin has on the orgs/sites |
scope | string | site / org / sitegroup |
role | string | admin / write / read / helpdesk / installer |
view | string | optional, see [supported UI views] |
site_id | string | site id |
hours | int | optional, how long the invite should be valid, default is 1 day (Max is capped at 1 week) |
Key | Datatype | Required | Description |
---|
Accept | string | | |
X-CSRFToken | string | | |
Content-Type | string | | |