Help Center/ ServiceStage/ API Reference/ Historical APIs/ Service Transparent Transmission/ Setting Cloud Service Authorization Information
Updated on 2025-09-25 GMT+08:00

Setting Cloud Service Authorization Information

Function

This API is used to set the authorization information of ServiceStage.

URI

POST /v1/ss-service/agency

Table 1 describes the parameters.

Request

Table 1 Request header parameters

Parameter

Mandatory

Type

Description

Content-Type

Yes

String

Message body type (format). Default value: application/json;charset=utf8.

X-Auth-Token

Yes

String

API calling can be authenticated using a token or AK/SK. If you use a token, this parameter is mandatory and must be set to the token. For details about how to obtain a token, see Obtaining a User Token.

Table 2 Request body parameters

Parameter

Mandatory

Type

Description

roles

Yes

Array of String

Permission to be set. Fixed value:

[

"MOS",

"te_admin"

]

Response

None

Example Request

None

Example Response

None

Status Code

Status Code

Description

200

OK

400

Bad Request

Error Code

The error code format is SVCSTG.SS.[Error_ID], for example, SVCSTG.SS.5004401. For details, see ServiceStage Error Codes.