Skip to Content

POST /profile/get

Get Profile

Get profile information using the canonical shared profile operation.

Request Body (GetProfileApiRequest)

FieldTypeRequiredDescription
idstringNoUUID of the profile to retrieve
target_profile_idstringNoLegacy alias for profile UUID
draft_idstringNoUUID of the draft to load
snapshot_keystringNoCache snapshot key for consistent reads across related requests
namesapp__infra__profile__types__SectionFilterNoFilter options for names section
emailsapp__infra__profile__types__SectionFilterNoFilter options for emails section
flagsapp__infra__profile__types__SectionFilterNoFilter options for flags section
departmentsapp__infra__profile__types__SectionFilterNoFilter options for departments section
rolesapp__infra__profile__types__SectionFilterNoFilter options for roles section

Response (GetProfileApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the acting user
profile_existsbooleanNoWhether the profile exists
can_editbooleanNoWhether the actor can edit this profile
disabled_reasonstringNoReason editing is disabled, if any
group_idstringNoGroup UUID for draft collaboration
draft_namestringNoImmutable draft label from the active draft entry, when a draft_id was supplied. None for non-draft fetches.
profile_idstringNoUUID of the profile
show_ai_generatebooleanNoWhether to show AI generate anywhere
basic_show_ai_generatebooleanNoWhether to show AI generate on the basic step
contact_show_ai_generatebooleanNoWhether to show AI generate on the contact step
pending_idsstring[]NoPending resource identifiers when available
role_optionsstring[]NoRole names the actor can assign
namesProfileNameResource[]NoName resources
emailsProfileEmailResource[]NoEmail resources
flagsProfileFlagResource[]NoFlag resources (one per flags_resource row, value=true/false)
departmentsProfileDepartmentResource[]NoDepartment resources
rolesProfileRoleResource[]NoRole resources
permissionsProfilePermissionResource[]NoPermission catalog for the role editor
request_limitsProfileRequestLimitResource[]NoRequest-limit catalog for the role editor
Last updated on