Get
GET {{apiBaseUrl}}/v1/users/get?userId={{userId}}
This API allows you to get user details based on the userId you specified in the query parameter. It will fetch a response even if the user has not accepted the invite from BoldSign
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
userId | string | The ID of the user account |
RESPONSES
status: OK
{"userId":"e892ea92-xxxx-xxxx-xxxx-bbdbcaa5xxxx","email":"luthercooper@cubeflakes.com","firstName":"luther","lastName":"cooper","teamId":"xxc5b097-xxxx-xxxx-xxxx-afd07c66xxxx","teamName":"Default","role":"Member","userStatus":"Active","createdDate":1646824225,"modifiedDate":1647323111,"metaData":{"Employee":"Permanent","Department":"Sales","Designation":"Sales Manager"}}