- Auth
- API Keys
- Collectables
- Heroes and Characters
- Game
- Asset Candidates
- Assets
- Bones
- Players
- Leaderboards
- Files
- Feature Toggles
- Universal Player Auth
- Merging
- Rarities
- Preferences
- Platforms
- Progressions
- User
- Organisation
- Link Types
- Events/Missions
- Maps
- White Label Login
- Rewards
- Moderation Reports
- Catalogs
- Currency
- Balances
- Messages
- DLC
- Player Segments
- Character Classes
- Subscriptions
- Player Operations
- Roles
- Title Config
- Items
- Entitlements
- Feedback
- Hosts
- Metadata
- Triggers
- Data Migration
- Twitch Drops
- Notifications
Invite User to Organisation
POST
https://api.lootlocker.io/admin/v1/organisation/{{organisation_id}}/users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.lootlocker.io/admin/v1/organisation//users' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"name": "Larry Lootlocker",
"email": "larry@lootlocker.com"
}'
Response Response Example
{}
Request
Authorization
API Key
Add parameter in header
x-auth-token
Example:
x-auth-token: ********************
Header Params
x-auth-token
string
required
Example:
{{admin_auth_token}}
Body Params application/json
name
string
required
email
string
required
Examples
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2024-01-19 12:21:04