Get User Status
Retrieves comprehensive status information for a specified primary user, including account activity indicators such as active, locked, on hold, and registration status. If the user has associated sub-users, their respective status details are also included. Requires OAuth 2.0 Bearer token and transaction ID for authentication and traceability.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The request was successful. Returns detailed status information for the specified primary user and, if applicable, their associated sub-users.
Response Headers
Unique identifier for the response, used to correlate with the request's transactionId.
The request is malformed or contains invalid parameters. Check the userId, userIdType, or other query inputs for correctness.
Response Headers
Unique identifier for the response, used to correlate with the request's transactionId.
Authentication failed. The request lacks valid credentials or the OAuth 2.0 Bearer token is missing or invalid.
Response Headers
Unique identifier for the response, used to correlate with the request's transactionId.
The authenticated user does not have permission to access the requested resource.
Response Headers
Unique identifier for the response, used to correlate with the request's transactionId.
An unexpected error occurred on the server. Please try again later or contact support if the issue persists.
Response Headers
Unique identifier for the response, used to correlate with the request's transactionId.