User
Get user profile information
Get User Profile
GET https://api.groww.in/v1/user/detail
This API retrieves the user's profile information including their unique identifiers, trading capabilities across exchanges, enabled segments, and DDPI status.
Request
Response
Response Schema
| Name | Type | Description |
|---|---|---|
| status | string | SUCCESS if request is processed successfully, FAILURE if the request failed |
| vendor_user_id | string | Unique identifier of the user |
| ucc | string | Unique Client Code (UCC) of the user |
| nse_enabled | boolean | Whether trading is enabled on National Stock Exchange (NSE) for this user |
| bse_enabled | boolean | Whether trading is enabled on Bombay Stock Exchange (BSE) for this user |
| ddpi_enabled | boolean | DDPI (Demat Debit and Pledge Instruction) status. When enabled, allows the broker to debit securities from the user's Demat account for transactions like selling shares or pledging them for margin, without requiring TPIN and OTP authorization for each transaction |
| active_segments | array[string] | List of trading Segment active for the user. |