Set CEMLI User Preferences

Use this API to set CEMLI user preferences.

API

/cemli/v1/users/{userEmail}/preferences

Scope and AuthZ

  • You must have mcs:oci:api:User scope to access this API.
  • You can set only your preferences.
  • You can use CEMLI user API only if your customer has opted-in for CEMLI, Bounce, or Configure functionality.

Headers

  • Authorization: Bearer <Token>

    Where <Token> is the OAUTH token returned by the Authorization Server (JWT Token).

  • Identifier: <JWKS Identifier>

    Where <JWKS Identifier> is the GUID generated when JWKS URI is set by customer admin in self-service platform.

Base Path

/cemli/v1/

Functionality

  • This API allows the user to set CEMLI User Preferences.
  • Request fields that require explanation:
    • csi is used to set the preferred support identifier.
    • serviceType is used to set the preferred service type for the selected support identifier.
    • instance is used to set the preferred instance.
    • timezone is used to set the preferred timezone.

Verb

PUT

Parameters

Name Type Description Mandatory
userEmail Path parameter User's email Yes

Sample request

{
"csi": 15427061,
"serviceType": "EBSI",
"instance": "TCMA1I",
"skip": "AutoSkip"
}

Sample response

HTTP response code : 200