Get User's Current Publication
Check if the current user has a publication. Returns the default publication if one is set, otherwise returns the latest publication. If ‘current_workspace’ is true, filters by the workspace in the request context.
Query parameters
current_workspace
Filter by the workspace from the current request context
Response
id
uid
name
custom_url
description
logo
cover_image
owner
Simple user serializer with profile picture from associated IAMUserDetail.
Fields:
- id, email, full_name, username, is_verified (from IAMUser)
- profile_picture (from first related IAMUserDetail if present)
allow_bookings
visibility
* `public` - Public
* `private` - Private
* `team` - Team
* `org` - Organization
Allowed values:
is_default
Whether this is the user's default publication
is_verified
Whether this publication has been verified
workspace
Workspace (DGM Group) this publication belongs to. Null for legacy publications.
created_at
updated_at
Errors
404
Not Found Error

