Remove user access.
post/midgard/v0.1/customer/user/eject
Ejects a user by email from the entire customer or a subset of projects.
Request
Authorization
X-AT
header
apiKey
Body
application/json
emailThe e-mail of the user to eject.
string
REQUIRED
projectIdsOptional array of project IDs to eject the user from. If empty, the user is ejected from the customer.
array integer[]
Response
200User ejected successfully.
403Returned when the requester is not authorized.
422Missing required parameters.
500Technical failure during ejection.
Shell cURL
shell
Show schema
json