Get
/api/v2/authdomains
Security
HTTP
Type bearer
Query parameters
timezone
string
ExampleUTC
name
string
The name of a authdomain to filter
ExampleAsia/Kolkata
orgId
string
size
integer
The number of records to return per page
Default25
page
integer
The page number. The page number start from 1
Default1
sort
array of string
Sorting criteria in the format: field:asc|desc, field defaults to whenCreated and direction defaults to DESC. Example fields are: ['name', 'whenCreated', 'whenChanged']
DefaultwhenCreated:DESC
Example[
"name:asc"
]
Responses
200
A list of all Authdomain
object
authorization
boolean
data
object
page
integer
results
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
size
integer
totalCount
integer
totalPage
integer
error_code
integer
error_message
string
error_status
boolean
Examplefalse
401
Unauthorized
object
error_code
integer
error_message
string
error_status
boolean
500
Could not get Authdomain - Internal Server Error
object
authorization
boolean
data
Array of string
Example[]
string
error_code
integer | null
error_message
string | null
error_status
boolean