POST
/
api
/
v1
/
users

Authorizations

Authorization
string
headerrequired

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
id
string
username
string
fullname
string
email
string
role
enum<string>
Available options:
ADMIN,
MEMBER,
GUEST