GET
/
company
/
users

Authorizations

apiKey
string
header
required

Response

200
application/json
API Response
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.