May 26, 2024
How To Delete a User in ALM using v2 API
Like
(1)
Comments
(0)
1
0
Summary
This is the Adobe Learning Manager API endpoint to delete users from the ALM instance.
-
-
-
DELETE /users/{id}
Implementation Notes
Delete the user with the given user id
Parameters
Parameter Value Description Parameter Type Data Type The id of the user for whose account is being requested to delete, which is subject to necessary permissions path string Response Messages
Curl
curl -X DELETE --header 'Accept: application/vnd.api+json;charset=UTF-8' --header 'Authorization: oauth b302c0bf277b29b74aefa77599' 'https://learningmanager.adobe.com/primeapi/v2/users/15490248'
Request URL
https://learningmanager.adobe.com/primeapi/v2/users/15490248
Response Body
no content
Response Code
204
Response Headers
{ "access-control-allow-credentials": "true", "access-control-allow-headers": "X-acap-all-roles, X-acap-account,X-acap-user,X-acap-caller-role,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type, x-experience-api-version, Authorization, X-CSRF-TOKEN, X-HTTP-Method-Override, X-acap-ug-manager-scope, X-acap-extension-token", "access-control-allow-methods": "GET, POST, OPTIONS, PUT, HEAD, DELETE, PATCH", "access-control-allow-origin": "https://learningmanager.adobe.com", "access-control-expose-headers": "x-rate-limit, x-burst, x-excess-requests-per-second, Retry-After", "age": "-1", "cache-control": "no-cache, no-store, max-age=0, must-revalidate", "date": "Sun, 26 May 2024 18:47:34 GMT", "expires": "-1", "pragma": "no-cache", "server": "openresty", "server-timing": "server_resp;dur=164", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", "x-frame-options": "SAMEORIGIN", "x-request-id": "gwb59d7eebd637d10ee16a826abcb", "x-xss-protection": "1", "content-type": null }
-
-
0 Comments
Add Comment
You must be logged in to post a comment.