Cubicl Docs
Search
K
Comment on page

Users

Endpoints

get
https://cubicl.io/api/v1
/organization/users
Get All Users
get
https://cubicl.io/api/v1
/users
Get Users By Id
get
https://cubicl.io/api/v1
/app/me
Get Me

Data

Users

type User = {
_id : string;
firstname: string;
lastname: string;
email: string;
profile: string; // URL for profile photo
}