Accept or decline an invite/request
Accept or decline invites or requests.
Request body
Example request
{
"invites": [
{
"action": {
"asset_id_to_permissions": {
"549760723247": [
"ANALYST"
],
"549760723248": [
"ANALYST",
"ADMIN"
],
"809944451643622187": [
"PROFILE_PUBLISHER"
]
}
}
}
]
}Response
The request has succeeded.
Example response
{
"items": [
{
"exception": {
"code": 403,
"invite_or_request_id": "383791336903426391",
"message": "You hit the maximum number of pending invites allowed.",
"users_or_partner_ids": [
"businessMember0101",
"business+member@business.com"
]
},
"invite": {
"id": "383791336903426391",
"user": {
"email": "business0101@business.com",
"id": "549755885175",
"username": "business0101"
}
}
}
]
}Changes
Changed in 4 of the 29 revisions of this API.1412
- ▲
the
items/items/inviteresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
removed the optional property
items/items/invite/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/items/invite/invite_datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/items/invite/is_received_invitefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/items/invite/userfrom the response with the200statusresponse-optional-property-removed
- ○
added the new
BIZ_PINNER_LIST_SHARERenum value to the request propertyinvites/items/action/asset_id_to_permissions/additionalProperties/items/request-property-enum-value-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added
BaseInviteDataResponseto theitems/items/inviteresponse propertyallOflist for the response status200response-property-all-of-added
This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new
CONSUMER_USERenum value to the request propertyinvites/items/action/asset_id_to_permissions/additionalProperties/items/request-property-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new
CATALOGS_VIEWERenum value to the request propertyinvites/items/action/asset_id_to_permissions/additionalProperties/items/request-property-enum-value-added
- ○
added the new
FINANCE_EDITenum value to the request propertyinvites/items/action/asset_id_to_permissions/additionalProperties/items/request-property-enum-value-added
- ○
added the new
FINANCE_VIEWenum value to the request propertyinvites/items/action/asset_id_to_permissions/additionalProperties/items/request-property-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○