Docs

Docs

x-cpod-domain: userProfiles

User Profiles

User profile management — fetch, update, and manage organization membership for platform users.

Try in explorer client.userProfiles

UserProfile

The profile of a platform user, including identity, role, and membership information.

REST path/api/v1/users
Operations
megetupdatelistMembersupdateMembershipremoveMember
SDK
// list — returns only your records; add filters/search:
await client.userProfiles.list()
FieldTypeDescription
id*uuidUser UUID.
email*emailUser email address.
display_namestringHuman-readable display name.
roleenumRole within the organization.owneradminmemberviewer
statusenumMembership status.activeinactivepending
avatar_urlstringProfile avatar URL.
organization_iduuidOrganizationPrimary organization membership.
created_at*date-timeAccount creation timestamp.
updated_at*date-timeLast update timestamp.