Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

UI Field Name

Description

Specifications

Required

Mutually Exclusive With

Anchor
userId
userId
userId

N/A

UUID of the user

UUID of the user

N

userName

Anchor
userName
userName
userName

N/A

User Name

String value of User name

N

userId

Anchor
name
name
name

Token Name

Token Name

Specifies the name of the application that will access the Universal Controller Web Service APIs using the personal access token.

Y


Anchor
Expiration
Expiration
expiration

Expiration

Description of property.

Specifies when the personal access token expires. If left unspecified, the token never expires.

N


...


XML

JSON

Example Request
Expand
titleXML
 <token>
        <expiration>2022<expiration>2022-07-30</expiration>expiration>
        <name>test1</name><name>test1</name>
        <userId></userId><userId></userId>
        <userName>sha</userName><userName>sha</userName>
    </token>

Expand
titleJSON
{
        "expiration": "2022-07-30",
        "name": "test1",
        "userName": "ops.admin",
        "userId": ""
    }
Example Response
Expand
titleXML
ucp_taUFeDdhrlpn8Gc5Vu9IO2LRQ29pbvBRJUSPvifP
Expand
titleJSON
ucp_taUFeDdhrlpn8Gc5Vu9IO2LRQ29pbvBRJUSPvifP

...