SIM card state change#
Indicates that a SIM card has changed its IMSI state.
For example, a user activates or suspends the SIM card.
Payload#
Field | Type | Description |
---|---|---|
icc | String | |
imsiState | ImsiState | |
imsiStateReason | ImsiStateReasons |
Example
{
"icc": "89454284200010500060",
"imsiState": "ACTIVE",
"ImsiStateReasons": "USER_ACTION"
}