Skip to main content

Accept Invitation

POST 

/api/content/:contentType/invitations/accept

Accept an invitation from a user to access or edit a content object.

You can find more information about invitations and content here.

Locale

A locale can be specified for this request. The given object will be returned in the specified locale.

If no locale is specified, the applications default locale will be used. You can learn more about configuring the default locale here.

Request

Responses

The content object the user was invited to. The response depends on the content object. For articles it will return FullArticleResponseand for file metadata it will return FileMetadataResponse.