Adds a new authdomain

Prev Next
Post
/api/v1/authdomains
Security
HTTP
Type bearer
Body parameters

The details for the new authdomain to be added

object
description
string
displayName
string
isDefault
boolean
name
string
orgId
string Required
protocol
string
scope
string
Responses
201

Successfully added new authdomain

Expand All
object
authorization
boolean
data
Array of object (AuthDomain)
object
attributes
object
authURL
string
clientId
string
clientSecret
string
entityId
string
logoutURL
string
signonURL
string
tokenURL
string
description
string
displayName
string
fState
string
isDefault
boolean
name
string
objectGUID
string
organization
object
id
string
level
integer
name
string
protocol
string
redirectUri
string
scope
string
timezone
string
type
string
whenChanged
string
whenCreated
string
error_code
integer
error_message
string
error_status
boolean
Examplefalse
400

Unable to add authdomain. Bad request body

Expand All
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean
401

Unauthorized

object
error_code
integer
error_message
string
error_status
boolean
404

Not Found

Expand All
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean
409

Unable to add authdomain - Authdomain already exists

Expand All
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean
500

Internal Server Error - Unable to add the Authdomain

Expand All
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean