Organization Member
Finds a member of your organization by member id
get/members/{userID}
Path parameters
userIDstring required
ID of user as UUID (Example: 4a5929c1-c6e6-4cbf-93db-01da91da9bfb)
Headers
Authorizationstring required
Bearer Token (Example: Bearer foo)
Response
OK
Example response
{
"data": {
"dailyAmountLimit": 100,
"id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb",
"lastDayUsage": 100,
"lastMonthUsage": 100,
"monthlyAmountLimit": 100,
"organizationID": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb",
"userID": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.