POST
/
api
/
v1
/
users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
userIds
string[]
required
workspaceId
string

Response

200 - application/json
email
string
fullname
string
id
string
role
enum<string>
Available options:
ADMIN,
MEMBER,
GUEST
username
string