Organization Member
Gives authorization to a user in your organization
post/members
Headers
Authorizationstring required
Bearer Token (Example: Bearer foo)
Request body
Example request
{
"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"
}Response
Created
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.