Skip to content

ListAssignment

POST
/assignment/query
curl --request POST \
--url https://api.huddlesurety.co/assignment/query \
--header 'Content-Type: application/json' \
--data '{ "orgIDIn": [ "example" ] }'

Body

Media typeapplication/json

Body

object
orgIDIn
Array<string>
Examplegenerated
{
"orgIDIn": [
"example"
]
}

OK

Media typeapplication/json
Array<object>
object
orgID
required
string
userID
required
string
Examplegenerated
[
{
"orgID": "example",
"userID": "example"
}
]