Entities

Create entity member

Creates or reactivates an entity member. Requires a platform admin or an admin session for the same entity, with the corresponding CSRF token.

post/v3/entities/{id}/members

Path parameters

idstring required

Request body

emailstring email required
namestring nullable
role'admin' | 'editor'

Response

Entity member was created or reactivated.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.