AI Studios - Publication Co-Creators
POST: Get co-creators for a specific publication/studio with minimal user details. Returns users who have co-creator access to the publication including their role and status. Only includes co-creators with actual IAMUser accounts (not email-only invitations). Requires a publication URL in the POST body to filter co-creators by publication.
Query parameters
search
Search co-creators by username or full name
Request
This endpoint expects an object.
user
Minimal creator/user serializer for aistudios explore pages. Includes profile picture from user details.
role
Role of the co-creator in the publication
* `owner` - Owner
* `admin` - Admin
* `editor` - Editor
* `viewer` - Viewer
status
* `not_started` - Not Started
* `in_progress` - In Progress
* `completed` - Completed
* `failed` - Failed
Allowed values:
Response
Successfully retrieved publication co-creators
count
results
next
previous
Errors
400
Bad Request Error
404
Not Found Error

