This method looks up a user based on their id and returns their personal information including sharelinks. This endpoint requires authentication via a write token or API credentials.
Path Parameters
accountId string required
accountId string requiredThe unique identifier of the account being created.
userId string required
userId string requiredThe unique identifier of the user.
tenant_alias string required
tenant_alias string requiredTenant being referenced. E.g., "aboih12h16t".
Query Parameters
fields string
fields stringThe fields to be included in the response. Cannot coexist with extraFields. E.g., "firstName, lastName, dateBlocked". Defaults to null.
extraFields string
extraFields stringThe fields to be included in the response in addition to all the default fields. To select from default fields, use fields. Cannot coexist with extraFields. E.g., "firstName, lastName, dateBlocked". Defaults to null.
Responses
Refer to this guide for an explanation of possible Error Responses.