Skip to main content

Get SSO partner for username


ApiScope: manage.sso.partner.read
API Scope Level: ServiceSubscriberScope
Request Body required
    userName string
    isValid boolean
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    ssoPartner object
    name string
    type string

    Possible values: [SAML_20]

    description string
    uuid string
    attributes object
    property name* string
    domains object[]
  • Array [
  • name string
    description string
    uuid string
    ssoPartnerDTO object
    name string
    type string

    Possible values: [SAML_20]

    description string
    uuid string
    attributes object
    property name* string
  • ]
POST /v2/ssopartner/user

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"userName": "string",
"isValid": true
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/ssopartner/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userName": "string",
"isValid": true
}'