Remove a user from a customer.
post/midgard/v0.1/customer/users/eject
Ejects one or more users from a customer. Prevents team lockout by ensuring at least one admin remains.Request
Authorization
X-AT
header
apiKey
Body
application/json
usersList of users to eject.
array object[]
REQUIRED
object {}
idThe unique User ID.
string
REQUIRED
Response
200User ejection process completed.
403Returned when the requester is not authorized.
422Validation or lockout prevention failed.
Shell cURL
shellShow schema
json