Skip to content

List Groups

GET
/scim/v2/Groups
curl --request GET \
--url 'https://example.com/scim/v2/Groups?startIndex=1&count=0&filter=&sortBy=&sortOrder=&attributes=&excludedAttributes='
startIndex
Startindex
integer
default: 1 >= 1
count
Count
integer
0
filter
Filter
string
""
sortBy
Sortby
string
""
sortOrder
Sortorder
string
""
attributes
Attributes
string
""
excludedAttributes
Excludedattributes
string
""

Successful Response

Media typeapplication/json
Response List Groups Scim V2 Groups Get
object
key
additional properties
any
Examplegenerated
{}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}