Organizational Directories, Managed as Code. Streamline user provisioning, team structures, and access control with a simple, developer-first API. Define your entire org chart with code and let agents handle the rest.
Join waitlist
{
"user": {
"id": "usr_1a2b3c4d5e6f7g8h" ,
"name": "Alice Johnson" ,
"email": "alice.j@example.com" ,
"title": "Director of Engineering" ,
"status": "active" ,
"manager": {
"id": "usr_9i8j7k6l5m4n3o2p" ,
"name": "Bob Williams" ,
"email": "bob.w@example.com" ,
"title": "CTO"
} ,
"direct_reports": [
{
"id": "usr_a1b2c3d4e5f6g7h8" ,
"name": "Charlie Brown" ,
"email": "charlie.b@example.com" ,
"title": "Senior Software Engineer"
} ,
{
"id": "usr_z9y8x7w6v5u4t3s2" ,
"name": "Diana Prince" ,
"email": "diana.p@example.com" ,
"title": "Engineering Manager"
}
] ,
"groups": [
"engineering-leads" ,
"all-employees"
]
}
}