Create a team space membership

Creates a team space membership assigning the team as admin or to roles; all active team members inherit these permissions. Only org admins, owners, and space admins can create team space memberships.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

space_idstringRequired
The space ID

Headers

X-Contentful-TeamstringRequired
The ID of the team for this membership

Request

This endpoint expects a map from strings to any.

Response

Created - Team space membership created successfully