Developers//
Organization
/- DepartmentListQueryResponse
Branch
BranchListQueryResponse
Department
User
UserDetailsType
UserListResponse
Workspace
DepartmentListQueryRespon...
Browse queries, mutations, and types in the schema reference. For authentication, endpoint URLs, and domain guides, see the API Overview.
Conversations & messaging
Contacts & CRM
Products & commerce
Apps & credentials
Organization
Sample
{ "_id": "Example String", "title": "Example String", "parentId": "Example String", "supervisorId": "Example String", "supervisor": { "__typename": "User" }, "code": "Example String", "order": "Example String", "users": [ { "__typename": "User" } ], "userIds": [ "Example String" ], "userCount": 40, "parent": { "__typename": "Branch" }, "children": [ { "__typename": "Branch" } ], "status": "Example String", "address": "Example String", "hasChildren": true }
Sample
{ "data": [ { "__typename": "Branch" } ], "pagination": { "__typename": "PaginationInfo" }, "totalUsersCount": 40 }
_id
String!,non-null
title
String
description
String
parent Id
String
supervisor Id
String
supervisor
code
String
order
String
parent
children
child Count
Int
users
user Count
Int
user Ids
[String]
Sample
{ "_id": "Example String", "title": "Example String", "description": "Example String", "parentId": "Example String", "supervisorId": "Example String", "supervisor": { "__typename": "User" }, "code": "Example String", "order": "Example String", "parent": { "__typename": "Department" }, "children": [ { "__typename": "Department" } ], "childCount": 40, "users": [ { "__typename": "User" } ], "userCount": 40, "userIds": [ "Example String" ] }
Sample
{ "data": [ { "__typename": "Department" } ], "pagination": { "__typename": "PaginationInfo" }, "totalUsersCount": 40 }
Team member account with permissions, preferences, and structure assignments.
_id
String!,non-null
created At
username
String
email
String
user Preferences
availability
is Active
Boolean
details
links
status
String
email Signatures
group Ids
[String]
workspace Ids
[String]
is Subscribed
String
custom Fields Data
workspaces
is Owner
Boolean
permission Actions
configs
configs Constants
onboarding History
department Ids
[String]
departments
branch Ids
[String]
branches
position Ids
[String]
positions
score
Float
score Categories
leader Board Position
Int
employee Id
String
is Online
Boolean
Sample
{ "_id": "Example String", "createdAt": "Example Custom Scalar", "username": "Example String", "email": "Example String", "userPreferences": "Example Custom Scalar", "availability": "offline", "isActive": true, "details": { "__typename": "UserDetailsType" }, "links": "Example Custom Scalar", "status": "Example String", "emailSignatures": "Example Custom Scalar", "groupIds": [ "Example String" ], "workspaceIds": [ "Example String" ], "isSubscribed": "Example String", "customFieldsData": "Example Custom Scalar", "workspaces": [ { "__typename": "Workspace" } ], "isOwner": true, "permissionActions": "Example Custom Scalar", "configs": "Example Custom Scalar", "configsConstants": [ "Example Custom Scalar" ], "onboardingHistory": { "__typename": "OnboardingHistory" }, "departmentIds": [ "Example String" ], "departments": [ { "__typename": "Department" } ], "branchIds": [ "Example String" ], "branches": [ { "__typename": "Branch" } ], "positionIds": [ "Example String" ], "positions": [ { "__typename": "Position" } ], "score": 40, "scoreCategories": { "__typename": "ScoreCategories" }, "leaderBoardPosition": 40, "employeeId": "Example String", "isOnline": true }
Referenced in
avatar
String
Profile avatar URL.
cover Photo
String
Cover photo or header background.
full Name
String
Full display name used in the UI.
short Name
String
Short name or nickname.
birth Date
Birth date; used for anniversaries.
position
String
Job title or position.
work Started Date
Employment start date.
location
String
Primary working location.
description
String
Short bio or description.
operator Phone
String
Direct phone number for operators.
first Name
String
Given name.
last Name
String
Family name.
employee Id
String
Internal employee identifier.
Sample
{ "avatar": "Example String", "coverPhoto": "Example String", "fullName": "Example String", "shortName": "Example String", "birthDate": "Example Custom Scalar", "position": "Example String", "workStartedDate": "Example Custom Scalar", "location": "Example String", "description": "Example String", "operatorPhone": "Example String", "firstName": "Example String", "lastName": "Example String", "employeeId": "Example String" }
Paginated response wrapper for user list queries.
data
pagination
Sample
{ "data": [ { "__typename": "User" } ], "pagination": { "__typename": "PaginationInfo" } }
Workspace entity used for multi-workspace configurations (email, assets, member assignments).
Sample
{ "_id": "Example String", "name": "Example String", "description": "Example String", "code": "Example String", "userId": "Example String", "createdAt": "Example Custom Scalar", "memberIds": [ "Example String" ] }
Other