Unsuspend User(s)
Unsuspend User(s)
Unsuspends one or more users by user ID or username. Both `useridst` and `usernames` accept comma-separated values. Organization ID is required for tenant users.
### Notes
- You may unsuspend users by providing either `useridst`, `usernames`, or both, as comma-separated values.
- `orgid` is required for tenant users; omit or set to `null` for non-tenant users if your backend allows.
- Ensure the `auth` token is valid and has the necessary permissions.
Request
This endpoint expects an object.
auth
useridst
comma separated userids
usernames
comma separated usernames
Response headers
Keep-Alive
X-Powered-By
Response
OK
message
success

