Get user role in an organization
GET/v1/organizations/:organizationId/users/:userId
Get user role in an organization
Request
Path Parameters
organizationId stringrequired
userId stringrequired
Responses
- 200
- 404
Successfully fetched the user and their role in the organization.
- application/json
- Schema
Schema
string
User or Organization not found
Loading...