Skip to main content

get User UUID for UserName (Includes Invalid and Not Migrated Users)


ApiScope: manage.user.read
API Scope Level: ServiceSubscriberScope
Path Parameters
    UserName string required
Query Parameters
    validate boolean
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    userUuid string
GET /v2/user/:UserName/user_uuid

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
UserName — path required
validate — query
Accept
curl / cURL
curl -L -X GET '/manage/v2/user/:UserName/user_uuid' \
-H 'Accept: application/json'