Workspace Members
Retrieve a Workspace Member
GET
/
admin
/
workspaces
/
{workspaceId}
/
users
/
{userId}
Authorizations
x-portkey-api-key
string
headerrequiredPath Parameters
workspaceId
string
requireduserId
string
requiredResponse
200 - application/json
object
enum<string>
Available options:
workspace-user
id
string
first_name
string
last_name
string
org_role
enum<string>
Available options:
admin
, member
, owner
role
enum<string>
Available options:
admin
, member
, manager
created_at
string
last_updated_at
string
status
enum<string>
Available options:
active
Was this page helpful?