Basic Userinfo No Consent
GET {{base_url}}/disbursement/v1_0/accountholder/msisdn/:MSISDN/basicuserinfo
GET /disbursement/v1_0/accountholder/msisdn/:MSISDN/basicuserinfo
Description
This endpoint retrieves basic user information for the account holder associated with the provided MSISDN (Mobile Station International Subscriber Directory Number).
Headers
- Authorization (Bearer Token) - The request is authenticated using a Bearer Token, which is the Access_token. This token is automatically generated in the pre-request script of the collection.
- X-Target-Environment - The identifier on the API Request specifying which country the request is to be processed for production. During testing, sandbox is used.
- Ocp-Apim-Subscription-Key - Subscription key which provides access to the APIM. Found in your Profile.
Request
- Path parameter
- MSISDN - The Mobile Station International Subscriber Directory Number for which the basic user information is to be retrieved.
Response
Upon successful execution, the response will have a status code of 200 and a JSON object with the following fields:
json
{
"sub": "",
"name": "",
"given_name": "",
"family_name": "",
"birthdate": "",
"locale": "",
"gender": "",
"updated_at": 0
}
The response contains basic user information fields such as name, given name, family name, birthdate, locale, gender, and updated timestamp.
Name Validation Check is done against the MSISDN with the Country code.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Target-Environment | string | ||
Ocp-Apim-Subscription-Key | string |