Get a User

This endpoint allows you to get user data of an organisation

1. Get User Data using userId

Get User Data

get
Authorizations
AuthorizationstringRequired
Path parameters
userIdanyRequired

User ID

Responses
200

Success

application/json
get
/api/v1/user/{userId}

2. Get User using emailId

Get User Data by Email

post
Authorizations
AuthorizationstringRequired
Body
emailstringRequired
orgIdstringRequired
Responses
200

User fetched successfully

application/json
post
/api/v1/user/email

Last updated