Skip to content

ListUser

POST
/user/query
curl --request POST \
--url https://api.huddlesurety.co/user/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
admin
required
boolean
createdAt
required
string
email
required
string
id
required
string
name
required
string
orgID
required
string
type
required
string
Allowed values: contractor agent root
updatedAt
required
string
Example
[
{
"type": "contractor"
}
]