Skip to main content

Update the rollout stages for users


ApiScope: manage.user.read
API Scope Level: ServiceSubscriberScope
Request Body required
    rolloutStage string
    userUuids string[]
    updateMessage string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    usersRolloutStageMap object
    property name* string
POST /v2/user/list/rolloutStage

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"rolloutStage": "string",
"userUuids": [
"string"
],
"updateMessage": "string"
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/user/list/rolloutStage' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"rolloutStage": "string",
"userUuids": [
"string"
],
"updateMessage": "string"
}'