GET
/
company
/
users

Authorizations

apiKey
string
headerrequired

Response

200 - application/json
id
string

The unique id of the user.

name
string

The name of the user.

email
string

The email of the user.

phone
string

The phone no. of the user.

profile_photo
string

The url of the user's profile pic.

isOwner
boolean

Represents if the user is the owner of the workspace.

isAdmin
boolean

Represents if the user is the admin of the workspace.