Reset voicemail password
Version 4.0.0
Endpoint
PATCH
undefined/resource/{id}
This operation partially updates a Voicemailbox Resource entity by resetting the associated PIN. (TMF 702)
oauth2
Get a JWT Token from AT&T's Azure AD
authorizationCode:
scopes:
tokenUrl:https://login.microsoftonline.com/e741d71c-cxxxxxxxx2b07556/oauth2/v2.0/token
authorizationUrl:https://login.microsoftonline.com/e741d71c-cxxxxxxxxx2b07556/oauth2/v2.0/token
Query Parameters
Header Parameters
Body Parameters
Responses
Updated
Body
application/json
REQUEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
curl --request PATCH \
--url 'https://example.com/resource/id?@type=string' \
--header 'accept: string' \
--header 'authorization: string' \
--header 'content-type: application/json' \
--data '
{
"name": "Paris Store",
"vmid": "43276584",
"place": {
"id": "xxxx",
"href": "http.xxxx",
"name": "Paris Store",
"role": "home delivery",
"@type": "Voicemailbox",
"@baseType": "",
"@referredType": "",
"@schemaLocation": ""
},
"@type": "Voicemailbox",
"newPin": "1234",
"category": "Gold",
"@baseType": "",
"usageState": "idle",
"description": "",
"resourceStatus": "standby",
"@schemaLocation": "http.xxxx",
"resourceVersion": "1.0",
"operationalState": "enable",
"endOperatingDate": "2024-08-14T19:08:09Z",
"startOperatingDate": "2024-08-14T19:01:09Z",
"administrativeState": "unlocked",
"subscriberNumberType": "DIALABLE",
"resourceSpecification": {
"id": "xxxx",
"href": "http.xxxx",
"name": "xxxx",
"@type": "Voicemailbox",
"version": "1.0",
"@baseType": "",
"@referredType": "",
"@schemaLocation": ""
},
"wirelessLocalLoopIndicator": false
}
'
RESPONSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"id": "string",
"href": "string",
"vmid": "43276584",
"name": "resourceName",
"note": [],
"code": "0",
"@type": "Voicemailbox",
"place": {
"id": "xxxx",
"href": "http.xxxx",
"name": "Paris Store",
"role": "home delivery",
"@type": "Voicemailbox",
"@baseType": "",
"@referredType": "",
"@schemaLocation": ""
},
"newPin": "xxxx",
"category": "Gold",
"@baseType": "",
"attachment": [],
"usageState": "idle",
"description": "Success",
"relatedParty": [],
"referenceError": "",
"resourceStatus": "standby",
"resourceVersion": "1.0",
"@schemaLocation": "http.xxxx",
"endOperatingDate": "2024-08-14T19:08:09Z",
"operationalState": "enable",
"activationFeature": [],
"startOperatingDate": "2024-08-14T19:01:09Z",
"administrativeState": "locked",
"resourceRelationship": [],
"subscriberNumberType": "DIALABLE",
"resourceSpecification": {
"id": "xxxx",
"href": "http.xxxx",
"name": "xxxx",
"@type": "Voicemailbox",
"version": "1.0",
"@baseType": "",
"@referredType": "",
"@schemaLocation": ""
},
"resourceCharacteristic": [],
"wirelessLocalLoopIndicator": false
}