No description available.
Parameters
Output
Encoding
application/jsonfailed
array
Optional
No description available.
profiles
array
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"failed": {
"type": "array",
"items": {
"type": "string",
"format": "at-identifier"
}
},
"profiles": {
"type": "array",
"items": {
"ref": "at.ducs.users.defs#profile",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"ids"
],
"properties": {
"ids": {
"type": "string"
}
}
}
}