GET https://dev-api.bentley.com/accesscontrol/itwins/{id}/members/invitations
Retrieves a list of iTwin member invitations. By default, users will receive the invitations they have sent. If the user is an iTwin Owner, they will receive all invitations for the iTwin.
Invitations have an expiration of 7 days after their creation. Once that expiration passes, the invitation will not be returned.
The calling user must be a member of the iTwin. Organization Administrator can also retrieve iTwin member invitations for any iTwin in their Organization.
An Organization Administrator must have at least one of the following roles assigned in User Management: Account Administrator, Co-Administrator, or CONNECT Services Administrator. For more information about User Management please visit our Bentley Communities Licensing, Cloud, and Web Services wiki page.
This response indicates that request lacks valid authentication credentials. Access token might not been provided, issued by the wrong issuer, does not have required scopes or request headers were malformed.
json
HeaderNotFound
{"error":{"code":"HeaderNotFound","message":"Header Authorization was not found in the request. Access denied."}}
{"error":{"code":"InvalidiTwinsMemberInvitationsRequest","message":"Request body or query is invalid.","details":[{"code":"InvalidValue","message":"Value outside of valid range.","target":"$top"},{"code":"InvalidRequestBody","message":"Failed to parse request body or collection is empty."}]}}
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.