Download OpenAPI specification:Download
Requests that a log file have its buffer flushed.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "flush" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK"
}
Query for all audit event identifiers with the recon topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { },
- "reconciling": "string",
- "ambiguousTargetObjectIds": "string",
- "reconAction": "string",
- "entryType": "string",
- "reconId": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Query for audit events with the recon topic by query-filter.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { },
- "reconciling": "string",
- "ambiguousTargetObjectIds": "string",
- "reconAction": "string",
- "entryType": "string",
- "reconId": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Query for all audit events with the sync topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { }
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Read an audit event with the authentication topic.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "result": "string",
- "principal": [
- "string"
], - "context": { },
- "entries": [
- {
- "moduleId": "string",
- "result": "string",
- "info": { }
}
], - "provider": "string",
- "method": "string"
}
Query for audit events with the sync topic by query-filter.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { }
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Publish an audit event with the sync topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
transactionId | string (transactionId) The UUID of the transaction |
timestamp | string (timestamp) The time that the message was logged, in UTC format |
eventName | string (event name) The name of the audit event |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
action | string (action) Reconciliation action, depicted as a CREST action |
exception | string (exception) The stack trace of the exception |
linkQualifier | string (link qualifier) The link qualifier applied to the action |
mapping | string (mapping) The name of the mapping used for the synchronization operation |
message | string (message) Description of the synchronization action |
messageDetail | object (message detail) Details from the synchronization run |
situation | string (situation) The synchronization situation |
sourceObjectId | string (source object ID) The object ID on the source system |
sourceObject | object |
status | string (status) Reconciliation result status |
targetObjectId | string (target object ID) The object ID on the target system |
targetObject | object |
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { }
}
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { }
}
Requests that a log file be rotated.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "rotate" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK",
- "rotated": "true"
}
Query for all audit event identifiers with the access topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "server": {
- "ip": "string",
- "port": 0
}, - "client": {
- "ip": "string",
- "port": 0
}, - "request": {
- "protocol": "string",
- "operation": "string",
- "detail": { }
}, - "http": {
- "request": {
- "secure": true,
- "method": "string",
- "path": "string",
- "queryParameters": { },
- "headers": { },
- "cookies": { }
}, - "response": {
- "headers": { }
}
}, - "response": {
- "status": "string",
- "statusCode": "string",
- "detail": { },
- "elapsedTime": 0,
- "elapsedTimeUnits": "string"
}, - "roles": [
- "string"
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Query for all audit events with the access topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "server": {
- "ip": "string",
- "port": 0
}, - "client": {
- "ip": "string",
- "port": 0
}, - "request": {
- "protocol": "string",
- "operation": "string",
- "detail": { }
}, - "http": {
- "request": {
- "secure": true,
- "method": "string",
- "path": "string",
- "queryParameters": { },
- "headers": { },
- "cookies": { }
}, - "response": {
- "headers": { }
}
}, - "response": {
- "status": "string",
- "statusCode": "string",
- "detail": { },
- "elapsedTime": 0,
- "elapsedTimeUnits": "string"
}, - "roles": [
- "string"
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Requests that a log file have its buffer flushed.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "flush" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK"
}
Publish an audit event with the recon topic and client provided identifier.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
transactionId | string (transactionId) The UUID of the transaction |
timestamp | string (timestamp) The time that the message was logged, in UTC format |
eventName | string (event name) The name of the audit event |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
action | string (action) Reconciliation action, depicted as a CREST action |
exception | string (exception) The stack trace of the exception |
linkQualifier | string (link qualifier) The link qualifier applied to the action |
mapping | string (mapping) The name of the mapping used for the synchronization operation |
message | string (message) Description of the synchronization action |
messageDetail | object (message detail) Details from the synchronization run |
situation | string (situation) The synchronization situation |
sourceObjectId | string (source object ID) The object ID on the source system |
sourceObject | object |
status | string (status) Reconciliation result status |
targetObjectId | string (target object ID) The object ID on the target system |
targetObject | object |
reconciling | string (reconciling) What is currently being reconciled |
ambiguousTargetObjectIds | string (ambiguous target object IDs) The object IDs logged to help figure out what was ambiguous |
reconAction | string (recon action) The reconciliation action |
entryType | string (entry type) The type of reconciliation log entry |
reconId | string (recon ID) UUID for the reconciliation operation |
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { },
- "reconciling": "string",
- "ambiguousTargetObjectIds": "string",
- "reconAction": "string",
- "entryType": "string",
- "reconId": "string"
}
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { },
- "reconciling": "string",
- "ambiguousTargetObjectIds": "string",
- "reconAction": "string",
- "entryType": "string",
- "reconId": "string"
}
Publish an audit event with the config topic and client provided identifier.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
timestamp | string (timestamp) The time that IDM logged the message |
eventName | string (event name) The name of the audit event |
transactionId | string (transaction ID) The UUID of the transaction |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
runAs | string (run as) User to run the activity as |
objectId | string (object ID) Object identifier |
operation | string (operation) Typically a CREST operation |
before | object (before) JSON representation of the object prior to the activity |
after | object (after) JSON representation of the object after to the activity |
changedFields | Array of strings (changed fields) Fields that were changed |
revision | string (revision) Object revision number |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string"
}
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string"
}
Query for all audit event identifiers with the sync topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { }
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Query for all audit event identifiers with the activity topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string",
- "status": "string",
- "message": "string",
- "passwordChanged": true,
- "context": "string",
- "provider": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Publish an audit event with the config topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
timestamp | string (timestamp) The time that IDM logged the message |
eventName | string (event name) The name of the audit event |
transactionId | string (transaction ID) The UUID of the transaction |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
runAs | string (run as) User to run the activity as |
objectId | string (object ID) Object identifier |
operation | string (operation) Typically a CREST operation |
before | object (before) JSON representation of the object prior to the activity |
after | object (after) JSON representation of the object after to the activity |
changedFields | Array of strings (changed fields) Fields that were changed |
revision | string (revision) Object revision number |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string"
}
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string"
}
Requests that a log file have its buffer flushed.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "flush" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK"
}
Publish an audit event with the activity topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
timestamp | string (timestamp) The time that IDM logged the message, in UTC format |
eventName | string (event name) The name of the audit event |
transactionId | string (transaction ID) The UUID of the transaction |
userId | string (user ID) User ID |
trackingIds | Array of strings (trackingIds) A unique value for the object being tracked |
runAs | string (run as) User to run the activity as |
objectId | string (object ID) Object identifier |
operation | string (operation) Typically a CREST operation |
before | object (before) JSON representation of the object prior to the activity |
after | object (after) JSON representation of the object after the activity |
changedFields | Array of strings (changed fields) Fields that were changed |
revision | string (revision) Object revision number |
status | string (status) Result, such as SUCCESS |
message | string (message) Human readable text about the action |
passwordChanged | boolean (passwordChanged) True/False entry on changes to the password |
context | string (context) Flag for self-service logins |
provider | string (provider) Name of the self-service provider |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string",
- "status": "string",
- "message": "string",
- "passwordChanged": true,
- "context": "string",
- "provider": "string"
}
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string",
- "status": "string",
- "message": "string",
- "passwordChanged": true,
- "context": "string",
- "provider": "string"
}
Requests that a log file be rotated.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "rotate" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK",
- "rotated": "true"
}
Query for all audit events with the config topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Query for audit events with the config topic by query-filter.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Read an audit event with the access topic.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "server": {
- "ip": "string",
- "port": 0
}, - "client": {
- "ip": "string",
- "port": 0
}, - "request": {
- "protocol": "string",
- "operation": "string",
- "detail": { }
}, - "http": {
- "request": {
- "secure": true,
- "method": "string",
- "path": "string",
- "queryParameters": { },
- "headers": { },
- "cookies": { }
}, - "response": {
- "headers": { }
}
}, - "response": {
- "status": "string",
- "statusCode": "string",
- "detail": { },
- "elapsedTime": 0,
- "elapsedTimeUnits": "string"
}, - "roles": [
- "string"
]
}
Read an audit event with the recon topic.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { },
- "reconciling": "string",
- "ambiguousTargetObjectIds": "string",
- "reconAction": "string",
- "entryType": "string",
- "reconId": "string"
}
Query for audit events with the access topic by query-filter.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "server": {
- "ip": "string",
- "port": 0
}, - "client": {
- "ip": "string",
- "port": 0
}, - "request": {
- "protocol": "string",
- "operation": "string",
- "detail": { }
}, - "http": {
- "request": {
- "secure": true,
- "method": "string",
- "path": "string",
- "queryParameters": { },
- "headers": { },
- "cookies": { }
}, - "response": {
- "headers": { }
}
}, - "response": {
- "status": "string",
- "statusCode": "string",
- "detail": { },
- "elapsedTime": 0,
- "elapsedTimeUnits": "string"
}, - "roles": [
- "string"
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Requests that a log file be rotated.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "rotate" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK",
- "rotated": "true"
}
Read an audit event with the activity topic.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string",
- "status": "string",
- "message": "string",
- "passwordChanged": true,
- "context": "string",
- "provider": "string"
}
Read an audit event with the config topic.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string"
}
Read an audit event with the sync topic.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { }
}
Requests that a log file have its buffer flushed.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "flush" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK"
}
Query for all audit event identifiers with the authentication topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "result": "string",
- "principal": [
- "string"
], - "context": { },
- "entries": [
- {
- "moduleId": "string",
- "result": "string",
- "info": { }
}
], - "provider": "string",
- "method": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
List available audit event handlers.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "availableHandlers" |
Accept-API-Version required | string Value: "resource=1.0" |
[- {
- "config": { },
- "isUsableForQueries": true,
- "class": "string"
}
]
Query for audit events with the authentication topic by query-filter.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "result": "string",
- "principal": [
- "string"
], - "context": { },
- "entries": [
- {
- "moduleId": "string",
- "result": "string",
- "info": { }
}
], - "provider": "string",
- "method": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Publish an audit event with the authentication topic and client provided identifier.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
timestamp | string (timestamp) The time that IDM logged the message |
eventName | string (event name) The name of the audit event: |
transactionId | string (transaction ID) The UUID of the transaction |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
result | string (result) The result of the transaction |
principal | Array of strings (principal) An array of the accounts used to authenticate |
context | object (context) The complete security context of the authentication operation |
Array of objects (entries) The JSON representation of the authentication session | |
provider | string (provider) The social identity provider name |
method | string (method) The authentication module |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "result": "string",
- "principal": [
- "string"
], - "context": { },
- "entries": [
- {
- "moduleId": "string",
- "result": "string",
- "info": { }
}
], - "provider": "string",
- "method": "string"
}
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "result": "string",
- "principal": [
- "string"
], - "context": { },
- "entries": [
- {
- "moduleId": "string",
- "result": "string",
- "info": { }
}
], - "provider": "string",
- "method": "string"
}
Requests that a log file have its buffer flushed.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "flush" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK"
}
Publish an audit event with the access topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) Object ID |
timestamp | string (timestamp) The time that IDM logged the message, in UTC format |
eventName | string (event name) The name of the audit event |
transactionId | string (transaction ID) The UUID of the transaction |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
object (server) Server | |
object (client) Client | |
object (request) Request | |
object (http) HTTP Information | |
object (response) Server response | |
roles | Array of strings (roles) IDM roles associated with the request |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "server": {
- "ip": "string",
- "port": 0
}, - "client": {
- "ip": "string",
- "port": 0
}, - "request": {
- "protocol": "string",
- "operation": "string",
- "detail": { }
}, - "http": {
- "request": {
- "secure": true,
- "method": "string",
- "path": "string",
- "queryParameters": { },
- "headers": { },
- "cookies": { }
}, - "response": {
- "headers": { }
}
}, - "response": {
- "status": "string",
- "statusCode": "string",
- "detail": { },
- "elapsedTime": 0,
- "elapsedTimeUnits": "string"
}, - "roles": [
- "string"
]
}
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "server": {
- "ip": "string",
- "port": 0
}, - "client": {
- "ip": "string",
- "port": 0
}, - "request": {
- "protocol": "string",
- "operation": "string",
- "detail": { }
}, - "http": {
- "request": {
- "secure": true,
- "method": "string",
- "path": "string",
- "queryParameters": { },
- "headers": { },
- "cookies": { }
}, - "response": {
- "headers": { }
}
}, - "response": {
- "status": "string",
- "statusCode": "string",
- "detail": { },
- "elapsedTime": 0,
- "elapsedTimeUnits": "string"
}, - "roles": [
- "string"
]
}
Publish an audit event with the recon topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
transactionId | string (transactionId) The UUID of the transaction |
timestamp | string (timestamp) The time that the message was logged, in UTC format |
eventName | string (event name) The name of the audit event |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
action | string (action) Reconciliation action, depicted as a CREST action |
exception | string (exception) The stack trace of the exception |
linkQualifier | string (link qualifier) The link qualifier applied to the action |
mapping | string (mapping) The name of the mapping used for the synchronization operation |
message | string (message) Description of the synchronization action |
messageDetail | object (message detail) Details from the synchronization run |
situation | string (situation) The synchronization situation |
sourceObjectId | string (source object ID) The object ID on the source system |
sourceObject | object |
status | string (status) Reconciliation result status |
targetObjectId | string (target object ID) The object ID on the target system |
targetObject | object |
reconciling | string (reconciling) What is currently being reconciled |
ambiguousTargetObjectIds | string (ambiguous target object IDs) The object IDs logged to help figure out what was ambiguous |
reconAction | string (recon action) The reconciliation action |
entryType | string (entry type) The type of reconciliation log entry |
reconId | string (recon ID) UUID for the reconciliation operation |
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { },
- "reconciling": "string",
- "ambiguousTargetObjectIds": "string",
- "reconAction": "string",
- "entryType": "string",
- "reconId": "string"
}
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { },
- "reconciling": "string",
- "ambiguousTargetObjectIds": "string",
- "reconAction": "string",
- "entryType": "string",
- "reconId": "string"
}
Requests that a log file be rotated.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "rotate" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK",
- "rotated": "true"
}
Publish an audit event with the sync topic and client provided identifier.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
transactionId | string (transactionId) The UUID of the transaction |
timestamp | string (timestamp) The time that the message was logged, in UTC format |
eventName | string (event name) The name of the audit event |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
action | string (action) Reconciliation action, depicted as a CREST action |
exception | string (exception) The stack trace of the exception |
linkQualifier | string (link qualifier) The link qualifier applied to the action |
mapping | string (mapping) The name of the mapping used for the synchronization operation |
message | string (message) Description of the synchronization action |
messageDetail | object (message detail) Details from the synchronization run |
situation | string (situation) The synchronization situation |
sourceObjectId | string (source object ID) The object ID on the source system |
sourceObject | object |
status | string (status) Reconciliation result status |
targetObjectId | string (target object ID) The object ID on the target system |
targetObject | object |
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { }
}
{- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { }
}
Publish an audit event with the access topic and client provided identifier.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) Object ID |
timestamp | string (timestamp) The time that IDM logged the message, in UTC format |
eventName | string (event name) The name of the audit event |
transactionId | string (transaction ID) The UUID of the transaction |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
object (server) Server | |
object (client) Client | |
object (request) Request | |
object (http) HTTP Information | |
object (response) Server response | |
roles | Array of strings (roles) IDM roles associated with the request |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "server": {
- "ip": "string",
- "port": 0
}, - "client": {
- "ip": "string",
- "port": 0
}, - "request": {
- "protocol": "string",
- "operation": "string",
- "detail": { }
}, - "http": {
- "request": {
- "secure": true,
- "method": "string",
- "path": "string",
- "queryParameters": { },
- "headers": { },
- "cookies": { }
}, - "response": {
- "headers": { }
}
}, - "response": {
- "status": "string",
- "statusCode": "string",
- "detail": { },
- "elapsedTime": 0,
- "elapsedTimeUnits": "string"
}, - "roles": [
- "string"
]
}
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "server": {
- "ip": "string",
- "port": 0
}, - "client": {
- "ip": "string",
- "port": 0
}, - "request": {
- "protocol": "string",
- "operation": "string",
- "detail": { }
}, - "http": {
- "request": {
- "secure": true,
- "method": "string",
- "path": "string",
- "queryParameters": { },
- "headers": { },
- "cookies": { }
}, - "response": {
- "headers": { }
}
}, - "response": {
- "status": "string",
- "statusCode": "string",
- "detail": { },
- "elapsedTime": 0,
- "elapsedTimeUnits": "string"
}, - "roles": [
- "string"
]
}
Query for all audit events with the authentication topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "result": "string",
- "principal": [
- "string"
], - "context": { },
- "entries": [
- {
- "moduleId": "string",
- "result": "string",
- "info": { }
}
], - "provider": "string",
- "method": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Query for all audit events with the activity topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string",
- "status": "string",
- "message": "string",
- "passwordChanged": true,
- "context": "string",
- "provider": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Query for all audit event identifiers with the config topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Publish an audit event with the activity topic and client provided identifier.
eventId required | string Event ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
timestamp | string (timestamp) The time that IDM logged the message, in UTC format |
eventName | string (event name) The name of the audit event |
transactionId | string (transaction ID) The UUID of the transaction |
userId | string (user ID) User ID |
trackingIds | Array of strings (trackingIds) A unique value for the object being tracked |
runAs | string (run as) User to run the activity as |
objectId | string (object ID) Object identifier |
operation | string (operation) Typically a CREST operation |
before | object (before) JSON representation of the object prior to the activity |
after | object (after) JSON representation of the object after the activity |
changedFields | Array of strings (changed fields) Fields that were changed |
revision | string (revision) Object revision number |
status | string (status) Result, such as SUCCESS |
message | string (message) Human readable text about the action |
passwordChanged | boolean (passwordChanged) True/False entry on changes to the password |
context | string (context) Flag for self-service logins |
provider | string (provider) Name of the self-service provider |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string",
- "status": "string",
- "message": "string",
- "passwordChanged": true,
- "context": "string",
- "provider": "string"
}
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string",
- "status": "string",
- "message": "string",
- "passwordChanged": true,
- "context": "string",
- "provider": "string"
}
Requests that a log file have its buffer flushed.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "flush" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK"
}
Requests that a log file be rotated.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "rotate" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK",
- "rotated": "true"
}
Requests that a log file be rotated.
handler required | string Value: "json" Handler Name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "rotate" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK",
- "rotated": "true"
}
Query for all audit events with the recon topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "transactionId": "string",
- "timestamp": "string",
- "eventName": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "action": "string",
- "exception": "string",
- "linkQualifier": "string",
- "mapping": "string",
- "message": "string",
- "messageDetail": { },
- "situation": "string",
- "sourceObjectId": "string",
- "sourceObject": { },
- "status": "string",
- "targetObjectId": "string",
- "targetObject": { },
- "reconciling": "string",
- "ambiguousTargetObjectIds": "string",
- "reconAction": "string",
- "entryType": "string",
- "reconId": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Query for audit events with the activity topic by query-filter.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_pagedResultsOffset | integer |
_pagedResultsCookie | string |
_totalPagedResultsPolicy | string Value: "EXACT" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "runAs": "string",
- "objectId": "string",
- "operation": "string",
- "before": { },
- "after": { },
- "changedFields": [
- "string"
], - "revision": "string",
- "status": "string",
- "message": "string",
- "passwordChanged": true,
- "context": "string",
- "provider": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Publish an audit event with the authentication topic.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (_id) UUID for the message object |
timestamp | string (timestamp) The time that IDM logged the message |
eventName | string (event name) The name of the audit event: |
transactionId | string (transaction ID) The UUID of the transaction |
userId | string (user ID) User ID |
trackingIds | Array of strings (tracking IDs) A unique value for an object being tracked |
result | string (result) The result of the transaction |
principal | Array of strings (principal) An array of the accounts used to authenticate |
context | object (context) The complete security context of the authentication operation |
Array of objects (entries) The JSON representation of the authentication session | |
provider | string (provider) The social identity provider name |
method | string (method) The authentication module |
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "result": "string",
- "principal": [
- "string"
], - "context": { },
- "entries": [
- {
- "moduleId": "string",
- "result": "string",
- "info": { }
}
], - "provider": "string",
- "method": "string"
}
{- "_id": "string",
- "timestamp": "string",
- "eventName": "string",
- "transactionId": "string",
- "userId": "string",
- "trackingIds": [
- "string"
], - "result": "string",
- "principal": [
- "string"
], - "context": { },
- "entries": [
- {
- "moduleId": "string",
- "result": "string",
- "info": { }
}
], - "provider": "string",
- "method": "string"
}
Reauthenticates a session using the provided "X-OpenIDM-Reauth-Password" header. RFC 5987 encoding can optionally be used with UTF-8 or ISO-8859-1. Note that the API Explorer cannot currently input this header field, but that it does work if provided using traditional REST clients.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "reauthenticate" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "reauthenticated": true
}
Lists enabled OpenID Connect and OAuth modules.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "providers": [
- {
- "provider": "string",
- "icon": "string",
- "authorizationEndpoint": "string",
- "tokenEndpoint": "string",
- "userInfoEndpoint": "string",
- "clientId": "string",
- "scope": [
- "string"
], - "authenticationIdKey": "string",
- "schema": [
- {
- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "$schema": "string"
}
], - "propertyMap": [
- {
- "source": "string",
- "target": "string"
}
], - "redirectUri": "string",
- "configClass": "string",
- "basicAuth": false,
- "displayIcon": "string",
- "enabled": false,
- "wellKnownEndpoint": "string"
}
]
}
Authenticate a set of credentials.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "login" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "authorization": {
- "component": "string",
- "roles": [
- "string"
], - "ipAddress": "string",
- "id": "string",
- "moduleId": "JWT_SESSION"
}, - "authenticationId": "string"
}
Invalidates the current JWT cookie's value.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "logout" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "success": true
}
Reads cluster node status.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "instanceId": "string",
- "startup": "2019-08-24T14:15:22Z",
- "state": "string",
- "shutdown": "2019-08-24T14:15:22Z",
- "recovery": { }
}
Lists the status of all cluster nodes via a queryId.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-cluster-instances" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "id": "string",
- "instanceId": "string",
- "startup": "2019-08-24T14:15:22Z",
- "state": "string",
- "shutdown": "2019-08-24T14:15:22Z",
- "recovery": { }
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Query the state of cluster nodes.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "id": "string",
- "instanceId": "string",
- "startup": "2019-08-24T14:15:22Z",
- "state": "string",
- "shutdown": "2019-08-24T14:15:22Z",
- "recovery": { }
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Delete a multi-instance configuration.
factoryPid required | string Persistent identity for group (factory) |
instanceId required | string Instance ID under parent group |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string"
}
Lists all configuration endpoints. Some configurations are single-instance (e.g., audit) while others are multi-instance (grouped), which can be observed when the _id
field contains a forward-slash (e.g., factoryId/instanceId).
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "configurations": [
- {
- "pid": "string",
- "factoryPid": "string",
- "_id": "string"
}
]
}
Read a single-instance configuration.
instanceId required | string Instance ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string"
}
Patch a multi-instance configuration.
factoryPid required | string Persistent identity for group (factory) |
instanceId required | string Instance ID under parent group |
waitForCompletion | boolean If true, the response waits for OSGi service events to corroborate the configuration changes have been consumed. |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_id": "string"
}
Create a single-instance configuration.
instanceId required | string Instance ID |
waitForCompletion | boolean If true, the response waits for OSGi service events to corroborate the configuration changes have been consumed. |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_id required | string Configuration identifier (instanceId or factoryId/instanceId) |
{- "_id": "string"
}
{- "_id": "string"
}
Read a multi-instance configuration.
factoryPid required | string Persistent identity for group (factory) |
instanceId required | string Instance ID under parent group |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string"
}
Create a multi-instance configuration.
factoryPid required | string Persistent identity for group (factory) |
instanceId required | string Instance ID under parent group |
waitForCompletion | boolean If true, the response waits for OSGi service events to corroborate the configuration changes have been consumed. |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_id required | string Configuration identifier (instanceId or factoryId/instanceId) |
{- "_id": "string"
}
{- "_id": "string"
}
Patch a single-instance configuration.
instanceId required | string Instance ID |
waitForCompletion | boolean If true, the response waits for OSGi service events to corroborate the configuration changes have been consumed. |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_id": "string"
}
Update a multi-instance configuration.
factoryPid required | string Persistent identity for group (factory) |
instanceId required | string Instance ID under parent group |
waitForCompletion | boolean If true, the response waits for OSGi service events to corroborate the configuration changes have been consumed. |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_id required | string Configuration identifier (instanceId or factoryId/instanceId) |
{- "_id": "string"
}
{- "_id": "string"
}
Queries the configurations.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Delete a single-instance configuration.
instanceId required | string Instance ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string"
}
Update a single-instance configuration.
instanceId required | string Instance ID |
waitForCompletion | boolean If true, the response waits for OSGi service events to corroborate the configuration changes have been consumed. |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_id required | string Configuration identifier (instanceId or factoryId/instanceId) |
{- "_id": "string"
}
{- "_id": "string"
}
Return true iff consent support is enabled.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "isEnabled" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "enabled": true
}
Get the list of mappings that require consent. Deprecated: Use GET /consent?_queryFilter=true instead
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "getConsentMappings" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "name": "string",
- "displayName": "string",
- "icon": "string",
- "accessLevel": "string",
- "fields": [
- {
- "attribute": "string",
- "title": "string"
}
]
}
Provides the list of mappings for which consent is required.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=2.0" |
{- "result": [
- {
- "id": "string",
- "name": "string",
- "displayName": "string",
- "icon": "string",
- "accessLevel": "string",
- "fields": [
- {
- "attribute": "string",
- "title": "string"
}
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Return true iff consent support is enabled.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "isEnabled" |
Accept-API-Version required | string Value: "resource=2.0" |
{- "enabled": true
}
Lists import UUIDs that may need the cleanup
action, if the import is not in-progress.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "cleanupList" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "hasTempRecords": [
- "string"
], - "hasErrorRecords": [
- "string"
]
}
Cleans up temporary import records.
importUUID required | string Import UUID |
deleteErrorRecords | boolean Delete failed import records |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "cleanup" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK"
}
Delete import record.
importUUID required | string Import UUID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "header": [
- "string"
], - "reconId": "string",
- "filename": "string",
- "resourcePath": "managed/user",
- "total": 0,
- "success": 0,
- "failure": 0,
- "created": 0,
- "updated": 0,
- "unchanged": 0,
- "authId": "string",
- "authzComponent": "string",
- "_id": "string",
- "_rev": "string"
}
Query import records.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "header": [
- "string"
], - "reconId": "string",
- "filename": "string",
- "resourcePath": "managed/user",
- "total": 0,
- "success": 0,
- "failure": 0,
- "created": 0,
- "updated": 0,
- "unchanged": 0,
- "authId": "string",
- "authzComponent": "string",
- "_id": "string",
- "_rev": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Read import record.
importUUID required | string Import UUID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "header": [
- "string"
], - "reconId": "string",
- "filename": "string",
- "resourcePath": "managed/user",
- "total": 0,
- "success": 0,
- "failure": 0,
- "created": 0,
- "updated": 0,
- "unchanged": 0,
- "authId": "string",
- "authzComponent": "string",
- "_id": "string",
- "_rev": "string"
}
Provides a CSV header row suitable for use as a template for subsequent upload & import. Set query parameters _fields=header
and _mimeType=text/csv
to download file.
resourceCollection required | string Schema resource path |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "header": "string"
}
Cancels an in-progress import.
importUUID required | string Import UUID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "cancel" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "OK"
}
Upload a CSV file for Bulk Import. The CSV must contain the template header row for the specified resource collection (e.g., managed/user
).
resourceCollection required | string Example: managed/user Schema resource path |
uniqueProperty required | string Example: uniqueProperty=userName Comma-separated property names which correlate CSV rows to unique records. |
Accept-API-Version required | string Value: "resource=1.0" |
multipart-form required | string <binary> One or more CSV files to upload. |
{- "importUUIDs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
Send email
waitForCompletion | boolean Whether or not request will block until email has been accepted by the SMTP server. |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "send" |
Accept-API-Version required | string Value: "resource=1.0" |
to required | string <email> Comma-separated recipient addresses |
from required | string <email> Sender address |
cc | string <email> Comma-separated carbon copy addresses |
bcc | string <email> Comma-separated blind carbon copy addresses |
subject | string Default: "<empty subject>" Message subject |
body | string Default: "<empty message>" Message body |
type | string Default: "text/plain" Enum: "text/plain" "text/html" "text/xml" MIME type of message body |
{- "to": "user@example.com",
- "from": "user@example.com",
- "cc": "user@example.com",
- "bcc": "user@example.com",
- "subject": "<empty subject>",
- "body": "<empty message>",
- "type": "text/plain"
}
{- "status": "OK",
- "message": "string"
}
Send template
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "sendTemplate" |
Accept-API-Version required | string Value: "resource=1.0" |
templateName required | string Template Name |
to | string <email> Comma-separated recipient addresses |
cc | string <email> Comma-separated CC addresses |
bcc | string <email> Comma-separated BCC addresses |
object | object Key-value pairs to inject into template |
{- "templateName": "string",
- "to": "user@example.com",
- "cc": "user@example.com",
- "bcc": "user@example.com",
- "object": { }
}
{- "status": "OK",
- "message": "string"
}
Connects to external REST endpoint. If the response is application/json, then it will be passed through unchanged, otherwise it will be wrapped in a JSON response. HTTP error status code headers, from an external endpoint, will also be passed through in the response.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "call" |
Accept-API-Version required | string Value: "resource=1.0" |
url required | string The URL to request |
method required | string Enum: "GET" "HEAD" "POST" "PUT" "DELETE" "CONNECT" "OPTIONS" "TRACE" "PATCH" HTTP request method |
headers | object Header key/value pairs to pass to external REST endpoint |
contentType | string Default: "application/json; charset=utf-8" Optional content-type header for request payload |
body | string HTTP request payload |
base64 | boolean Default: false Indicates that body is a base-64 encoded binary value |
forceWrap | boolean Default: false The indicator that the response must be wrapped in the headers/body JSON message-format, even if the response was JSON and would otherwise have been passed-through unchanged |
object (Authentication Options) Configures basic- or bearer-authentication on external endpoint |
{- "url": "string",
- "method": "GET",
- "headers": { },
- "contentType": "application/json; charset=utf-8",
- "body": "string",
- "base64": false,
- "forceWrap": false,
- "authenticate": {
- "type": "basic",
- "user": "string",
- "password": "string",
- "token": "string"
}
}
{- "code": 0,
- "headers": { },
- "body": "string",
- "base64": true
}
Responds with Reconciliation thread pool statistics.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "activeThreads": 0,
- "corePoolSize": 0,
- "largestPoolSize": 0,
- "maximumPoolSize": 0,
- "currentPoolSize": 0
}
Responds with JVM Memory Information.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "objectPendingFinalization": 0,
- "heapMemoryUsage": {
- "init": 0,
- "used": 0,
- "committed": 0,
- "max": -1
}, - "nonHeapMemoryUsage": {
- "init": 0,
- "used": 0,
- "committed": 0,
- "max": -1
}
}
Read Operating System Information
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "availableProcessors": 0.1,
- "systemLoadAverage": 0.1,
- "operatingSystemArchitecture": "string",
- "operatingSystemName": "string",
- "operatingSystemVersion": "string"
}
Retrieves all Identity Provider configurations with Client Secret removed.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "providers": [
- {
- "provider": "string",
- "icon": "string",
- "authorizationEndpoint": "string",
- "tokenEndpoint": "string",
- "userInfoEndpoint": "string",
- "clientId": "string",
- "scope": [
- "string"
], - "authenticationIdKey": "string",
- "schema": [
- {
- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "$schema": "string"
}
], - "propertyMap": [
- {
- "source": "string",
- "target": "string"
}
], - "redirectUri": "string",
- "configClass": "string",
- "basicAuth": false,
- "displayIcon": "string",
- "enabled": false,
- "wellKnownEndpoint": "string"
}
]
}
Provides the logout URL using the X-OpenIDM-DataStoreToken header
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "getLogoutUrl" |
Accept-API-Version required | string Value: "resource=1.0" |
{ }
{- "logoutUrl": "string"
}
Provides authentication and authorization details, for the authenticated caller (e.g., User).
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "authorization": {
- "component": "string",
- "roles": [
- "string"
], - "ipAddress": "string",
- "id": "string",
- "moduleId": "JWT_SESSION",
- "authLogin": true
}, - "authenticationId": "string"
}
Provides the UI configuration of this OpenIDM instance.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "configuration": {
- "selfRegistration": true,
- "passwordReset": true,
- "forgottenUsername": true,
- "lang": "string",
- "passwordResetLink": "string",
- "roles": { },
- "notificationTypes": {
- "info": {
- "name": "string",
- "iconPath": "string"
}, - "warning": {
- "name": "string",
- "iconPath": "string"
}, - "error": {
- "name": "string",
- "iconPath": "string"
}
}, - "defaultNotificationType": { }
}
}
Returns OpenIDM status information, and is an endpoint suitable for pinging the server.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "shortDesc": "string",
- "state": "STARTING"
}
Provides a list of available features in this OpenIDM instance, whether the feature is enabled, and any related endpoints.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "name": "string",
- "enabled": true,
- "endpoints": [
- "string"
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Provides a single feature in this OpenIDM instance, whether it's enabled, and any related endpoints.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "name": "string",
- "enabled": true,
- "endpoints": [
- "string"
]
}
Provides the software version of this OpenIDM instance.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "productVersion": "string",
- "productBuildDate": "string",
- "productRevision": "string"
}
notificationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
notificationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
notificationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
notificationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Notification ID |
message | string (Message) The notification message. |
notificationType | string (Notification Type) The type of notification, used for display purposes. |
createDate | string (Create Date) Date the notification was created. |
required | object (Notification Target) |
{- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
{- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Notification ID |
message | string (Message) The notification message. |
notificationType | string (Notification Type) The type of notification, used for display purposes. |
createDate | string (Create Date) Date the notification was created. |
required | object (Notification Target) |
{- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
{- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
notificationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Notification ID |
message | string (Message) The notification message. |
notificationType | string (Notification Type) The type of notification, used for display purposes. |
createDate | string (Create Date) Date the notification was created. |
required | object (Notification Target) |
{- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
{- "_id": "string",
- "message": "string",
- "notificationType": "string",
- "createDate": "string",
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Role ID |
name required | string (Name) The role name, used for display purposes. |
description | string (Description) The role description, used for display purposes. |
Array of objects (Privileges) Internal Privileges | |
Array of objects (Members) Authorization Role Members | |
Array of objects (Time Constraint) Set a start and end date during which this role will be active | |
condition | string (Condition) A conditional filter for this role |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
{- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Role ID |
name required | string (Name) The role name, used for display purposes. |
description | string (Description) The role description, used for display purposes. |
Array of objects (Privileges) Internal Privileges | |
Array of objects (Members) Authorization Role Members | |
Array of objects (Time Constraint) Set a start and end date during which this role will be active | |
condition | string (Condition) A conditional filter for this role |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
{- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Role ID |
name required | string (Name) The role name, used for display purposes. |
description | string (Description) The role description, used for display purposes. |
Array of objects (Privileges) Internal Privileges | |
Array of objects (Members) Authorization Role Members | |
Array of objects (Time Constraint) Set a start and end date during which this role will be active | |
condition | string (Condition) A conditional filter for this role |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
{- "_id": "string",
- "name": "string",
- "description": "string",
- "privileges": [
- {
- "name": "string",
- "description": "string",
- "path": "string",
- "permissions": [
- "string"
], - "actions": [
- "string"
], - "filter": "string",
- "accessflags": [
- {
- "attribute": "string",
- "readOnly": true
}
]
}
], - "authzMembers": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "temporalConstraints": [
- {
- "duration": "string"
}
], - "condition": "string"
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Authorization Role Members Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Authorization Role Members Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Authorization Role Members Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (User ID) User ID |
password | string (Password) Password |
{- "_id": "string",
- "password": "string"
}
{- "_id": "string",
- "password": "string"
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "password": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "password": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (User ID) User ID |
password | string (Password) Password |
{- "_id": "string",
- "password": "string"
}
{- "_id": "string",
- "password": "string"
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (User ID) User ID |
password | string (Password) Password |
{- "_id": "string",
- "password": "string"
}
{- "_id": "string",
- "password": "string"
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "password": "string"
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "password": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_id": "string",
- "password": "string"
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "password": "string"
}
usermetaId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string UserMeta ID |
{- "_id": "string"
}
{- "_id": "string"
}
usermetaId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string UserMeta ID |
{- "_id": "string"
}
{- "_id": "string"
}
usermetaId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_id": "string"
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string UserMeta ID |
{- "_id": "string"
}
{- "_id": "string"
}
usermetaId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string"
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
usermetaId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string"
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) The assignment ID |
name required | string (Name) The assignment name, used for display purposes. |
description required | string (Description) The assignment description, used for display purposes. |
mapping required | string (Mapping) The name of the mapping this assignment applies to |
Array of objects (Assignment Attributes) The attributes operated on by this assignment. | |
linkQualifiers | Array of strings (Link Qualifiers) Conditional link qualifiers to restrict this assignment to. |
Array of objects (Managed Roles) Managed Roles | |
Array of objects (Assignment Members) Assignment Members | |
condition | string (Condition) A conditional filter for this assignment |
weight | number <double> (Weight) The weight of the assignment. |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "triggerSyncCheck" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "string"
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) The assignment ID |
name required | string (Name) The assignment name, used for display purposes. |
description required | string (Description) The assignment description, used for display purposes. |
mapping required | string (Mapping) The name of the mapping this assignment applies to |
Array of objects (Assignment Attributes) The attributes operated on by this assignment. | |
linkQualifiers | Array of strings (Link Qualifiers) Conditional link qualifiers to restrict this assignment to. |
Array of objects (Managed Roles) Managed Roles | |
Array of objects (Assignment Members) Assignment Members | |
condition | string (Condition) A conditional filter for this assignment |
weight | number <double> (Weight) The weight of the assignment. |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) The assignment ID |
name required | string (Name) The assignment name, used for display purposes. |
description required | string (Description) The assignment description, used for display purposes. |
mapping required | string (Mapping) The name of the mapping this assignment applies to |
Array of objects (Assignment Attributes) The attributes operated on by this assignment. | |
linkQualifiers | Array of strings (Link Qualifiers) Conditional link qualifiers to restrict this assignment to. |
Array of objects (Managed Roles) Managed Roles | |
Array of objects (Assignment Members) Assignment Members | |
condition | string (Condition) A conditional filter for this assignment |
weight | number <double> (Weight) The weight of the assignment. |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Assignment Members Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Assignment Members Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Assignment Members Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Managed Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
assignmentId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Managed Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
assignmentId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Managed Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "triggerSyncCheck" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "string"
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
name required | string (Name) |
description | string (Description) |
Array of objects (Owner) | |
Array of objects (Administrators) | |
Array of objects (Members) | |
object (Parent Organization) Parent Organization | |
Array of objects (Child Organizations) Child Organizations | |
adminIDs | Array of strings (Admin user ids) |
ownerIDs | Array of strings (Owner user ids) |
parentAdminIDs | Array of strings (user ids of parent admins) |
parentOwnerIDs | Array of strings (user ids of parent owners) |
parentIDs | Array of strings (parent org ids) |
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
name required | string (Name) |
description | string (Description) |
Array of objects (Owner) | |
Array of objects (Administrators) | |
Array of objects (Members) | |
object (Parent Organization) Parent Organization | |
Array of objects (Child Organizations) Child Organizations | |
adminIDs | Array of strings (Admin user ids) |
ownerIDs | Array of strings (Owner user ids) |
parentAdminIDs | Array of strings (user ids of parent admins) |
parentOwnerIDs | Array of strings (user ids of parent owners) |
parentIDs | Array of strings (parent org ids) |
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
name required | string (Name) |
description | string (Description) |
Array of objects (Owner) | |
Array of objects (Administrators) | |
Array of objects (Members) | |
object (Parent Organization) Parent Organization | |
Array of objects (Child Organizations) Child Organizations | |
adminIDs | Array of strings (Admin user ids) |
ownerIDs | Array of strings (Owner user ids) |
parentAdminIDs | Array of strings (user ids of parent admins) |
parentOwnerIDs | Array of strings (user ids of parent owners) |
parentIDs | Array of strings (parent org ids) |
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
organizationId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "triggerSyncCheck" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "string"
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Role ID |
name required | string (Name) The role name, used for display purposes. |
description | string (Description) The role description, used for display purposes. |
Array of objects (Role Members) Role Members | |
Array of objects (Managed Assignments) Managed Assignments | |
condition | string (Condition) A conditional filter for this role |
Array of objects (Temporal Constraints) An array of temporal constraints for a role |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Role ID |
name required | string (Name) The role name, used for display purposes. |
description | string (Description) The role description, used for display purposes. |
Array of objects (Role Members) Role Members | |
Array of objects (Managed Assignments) Managed Assignments | |
condition | string (Condition) A conditional filter for this role |
Array of objects (Temporal Constraints) An array of temporal constraints for a role |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Role ID |
name required | string (Name) The role name, used for display purposes. |
description | string (Description) The role description, used for display purposes. |
Array of objects (Role Members) Role Members | |
Array of objects (Managed Assignments) Managed Assignments | |
condition | string (Condition) A conditional filter for this role |
Array of objects (Temporal Constraints) An array of temporal constraints for a role |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Managed Assignments Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Managed Assignments Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Managed Assignments Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Role Members Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Role Members Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Role Members Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
roleId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "triggerSyncCheck" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "string"
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string User ID |
userName required | string (Username) Username |
password | string (Password) Password |
givenName required | string (First Name) First Name |
sn required | string (Last Name) Last Name |
mail required | string (Email Address) Email Address |
description | string (Description) Description |
accountStatus | string (Status) Default: "active" Status |
telephoneNumber | string (Telephone Number) ^\+?([0-9\- \(\)])*$ Telephone Number |
postalAddress | string (Address 1) Address 1 |
city | string (City) City |
postalCode | string (Postal Code) Postal Code |
country | string (Country) Country |
stateProvince | string (State/Province) State/Province |
Array of objects (Provisioning Roles) Provisioning Roles | |
Array of objects (Assignments) Assignments | |
object (Manager) Manager | |
Array of objects (Authorization Roles) Authorization Roles | |
Array of objects (Direct Reports) Direct Reports | |
effectiveRoles | Array of objects (Effective Roles) Effective Roles |
effectiveAssignments | Array of objects (Effective Assignments) Effective Assignments |
object (Last Sync timestamp) Last Sync timestamp | |
Array of objects (KBA Info Items) KBA Info | |
object (Preferences) Preferences | |
Array of objects (Consented Mappings) Consented Mappings | |
Array of objects (Organizations I Own) | |
Array of objects (Organizations I Administer) | |
Array of objects (Organizations to which I Belong) | |
memberOfOrgIDs | Array of strings (MemberOfOrgIDs) |
activeDate | string <datetime> (Active Date) Active Date |
inactiveDate | string <datetime> (Inactive Date) Inactive Date |
cn | string (Common Name) Common Name |
aliasList | Array of strings (User Alias Names List) List of identity aliases used primarily to record social IdP subjects for this user |
tsgID | Array of strings (tsgID) |
object (Metadata) Metadata for internal/usermeta | |
Array of objects (Notifications) Notifications |
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string User ID |
userName required | string (Username) Username |
password | string (Password) Password |
givenName required | string (First Name) First Name |
sn required | string (Last Name) Last Name |
mail required | string (Email Address) Email Address |
description | string (Description) Description |
accountStatus | string (Status) Default: "active" Status |
telephoneNumber | string (Telephone Number) ^\+?([0-9\- \(\)])*$ Telephone Number |
postalAddress | string (Address 1) Address 1 |
city | string (City) City |
postalCode | string (Postal Code) Postal Code |
country | string (Country) Country |
stateProvince | string (State/Province) State/Province |
Array of objects (Provisioning Roles) Provisioning Roles | |
Array of objects (Assignments) Assignments | |
object (Manager) Manager | |
Array of objects (Authorization Roles) Authorization Roles | |
Array of objects (Direct Reports) Direct Reports | |
effectiveRoles | Array of objects (Effective Roles) Effective Roles |
effectiveAssignments | Array of objects (Effective Assignments) Effective Assignments |
object (Last Sync timestamp) Last Sync timestamp | |
Array of objects (KBA Info Items) KBA Info | |
object (Preferences) Preferences | |
Array of objects (Consented Mappings) Consented Mappings | |
Array of objects (Organizations I Own) | |
Array of objects (Organizations I Administer) | |
Array of objects (Organizations to which I Belong) | |
memberOfOrgIDs | Array of strings (MemberOfOrgIDs) |
activeDate | string <datetime> (Active Date) Active Date |
inactiveDate | string <datetime> (Inactive Date) Inactive Date |
cn | string (Common Name) Common Name |
aliasList | Array of strings (User Alias Names List) List of identity aliases used primarily to record social IdP subjects for this user |
tsgID | Array of strings (tsgID) |
object (Metadata) Metadata for internal/usermeta | |
Array of objects (Notifications) Notifications |
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string User ID |
userName required | string (Username) Username |
password | string (Password) Password |
givenName required | string (First Name) First Name |
sn required | string (Last Name) Last Name |
mail required | string (Email Address) Email Address |
description | string (Description) Description |
accountStatus | string (Status) Default: "active" Status |
telephoneNumber | string (Telephone Number) ^\+?([0-9\- \(\)])*$ Telephone Number |
postalAddress | string (Address 1) Address 1 |
city | string (City) City |
postalCode | string (Postal Code) Postal Code |
country | string (Country) Country |
stateProvince | string (State/Province) State/Province |
Array of objects (Provisioning Roles) Provisioning Roles | |
Array of objects (Assignments) Assignments | |
object (Manager) Manager | |
Array of objects (Authorization Roles) Authorization Roles | |
Array of objects (Direct Reports) Direct Reports | |
effectiveRoles | Array of objects (Effective Roles) Effective Roles |
effectiveAssignments | Array of objects (Effective Assignments) Effective Assignments |
object (Last Sync timestamp) Last Sync timestamp | |
Array of objects (KBA Info Items) KBA Info | |
object (Preferences) Preferences | |
Array of objects (Consented Mappings) Consented Mappings | |
Array of objects (Organizations I Own) | |
Array of objects (Organizations I Administer) | |
Array of objects (Organizations to which I Belong) | |
memberOfOrgIDs | Array of strings (MemberOfOrgIDs) |
activeDate | string <datetime> (Active Date) Active Date |
inactiveDate | string <datetime> (Inactive Date) Inactive Date |
cn | string (Common Name) Common Name |
aliasList | Array of strings (User Alias Names List) List of identity aliases used primarily to record social IdP subjects for this user |
tsgID | Array of strings (tsgID) |
object (Metadata) Metadata for internal/usermeta | |
Array of objects (Notifications) Notifications |
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Notifications _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Notifications _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Notifications _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Provisioning Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Provisioning Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Provisioning Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Authorization Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Authorization Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Authorization Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string |
object |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Direct Reports Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Direct Reports Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Direct Reports Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-None-Match required | string Value: "*" |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Provisioning Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Provisioning Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
operation | string Enum: "add" "copy" "increment" "move" "remove" "replace" "transform" Operation to perform on the field |
field | string Target JSON Pointer of field to patch |
from | string Source JSON Pointer used with copy and move operations |
value | string Value to apply |
[- {
- "operation": "add",
- "field": "string",
- "from": "string",
- "value": "string"
}
]
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryId required | string Value: "query-all-ids" |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
userId required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
_ref | string References a relationship from a managed object |
object (Provisioning Roles Items _refProperties) Supports metadata within the relationship |
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
{- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
Creates a notification for each resource that matches a query filter.
targetResourceCollection required | string Resource collection to query |
_queryFilter required | string Query to compare resources to |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "notifyByQueryFilter" |
Accept-API-Version required | string Value: "resource=1.0" |
required | object (Notification Target Object) Relationship that defines the intended target of the notification |
createDate required | string Date the notification was created |
notificationType required | string Type of notification (see info/uiconfig for types of notifications) |
message required | string Notification content |
_id required | string Notification identifier |
{- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "createDate": "string",
- "notificationType": "string",
- "message": "string",
- "_id": "string"
}
[- {
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "createDate": "string",
- "notificationType": "string",
- "message": "string",
- "_id": "string"
}
]
Deletes all notifications tied to the specified target
target required | string Specifies what resource to delete notifications from |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "deleteNotificationsForTarget" |
Accept-API-Version required | string Value: "resource=1.0" |
[- {
- "target": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "createDate": "string",
- "notificationType": "string",
- "message": "string",
- "_id": "string"
}
]
List policies for Organization objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "resource": "string",
- "properties": [
- {
- "name": "string",
- "policyRequirements": [
- "string"
], - "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "fallbackPolicies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "conditionalPolicies": [
- {
- "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "dependencies": [
- "string"
], - "fullObject": { },
- "condition": {
- "type": "string",
- "source": "string"
}
}
]
}
]
}
Verifies that a given property adheres to policy requirements.
nullId required | string Organization ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "validateProperty" |
Accept-API-Version required | string Value: "resource=1.0" |
{ }
{- "result": true,
- "failedPolicyRequirements": [
- {
- "policyRequirements": [
- {
- "params": { },
- "policyRequirement": "string"
}
], - "property": "string"
}
]
}
Validates a given Role object against its policy requirements.
nullId required | string Role ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "validateObject" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) Role ID |
name required | string (Name) The role name, used for display purposes. |
description | string (Description) The role description, used for display purposes. |
Array of objects (Role Members) Role Members | |
Array of objects (Managed Assignments) Managed Assignments | |
condition | string (Condition) A conditional filter for this role |
Array of objects (Temporal Constraints) An array of temporal constraints for a role |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "condition": "string",
- "temporalConstraints": [
- {
- "duration": "string"
}
]
}
{- "result": true,
- "failedPolicyRequirements": [
- {
- "policyRequirements": [
- {
- "params": { },
- "policyRequirement": "string"
}
], - "property": "string"
}
]
}
Validates a given Assignment object against its policy requirements.
nullId required | string Assignment ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "validateObject" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string (Name) The assignment ID |
name required | string (Name) The assignment name, used for display purposes. |
description required | string (Description) The assignment description, used for display purposes. |
mapping required | string (Mapping) The name of the mapping this assignment applies to |
Array of objects (Assignment Attributes) The attributes operated on by this assignment. | |
linkQualifiers | Array of strings (Link Qualifiers) Conditional link qualifiers to restrict this assignment to. |
Array of objects (Managed Roles) Managed Roles | |
Array of objects (Assignment Members) Assignment Members | |
condition | string (Condition) A conditional filter for this assignment |
weight | number <double> (Weight) The weight of the assignment. |
{- "_id": "string",
- "name": "string",
- "description": "string",
- "mapping": "string",
- "attributes": [
- {
- "assignmentOperation": "string",
- "unassignmentOperation": "string",
- "name": "string",
- "value": "string"
}
], - "linkQualifiers": [
- "string"
], - "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "condition": "string",
- "weight": 0.1
}
{- "result": true,
- "failedPolicyRequirements": [
- {
- "policyRequirements": [
- {
- "params": { },
- "policyRequirement": "string"
}
], - "property": "string"
}
]
}
Verifies that a given property adheres to policy requirements.
nullId required | string Assignment ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "validateProperty" |
Accept-API-Version required | string Value: "resource=1.0" |
{ }
{- "result": true,
- "failedPolicyRequirements": [
- {
- "policyRequirements": [
- {
- "params": { },
- "policyRequirement": "string"
}
], - "property": "string"
}
]
}
List policies for Assignment objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "resource": "string",
- "properties": [
- {
- "name": "string",
- "policyRequirements": [
- "string"
], - "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "fallbackPolicies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "conditionalPolicies": [
- {
- "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "dependencies": [
- "string"
], - "fullObject": { },
- "condition": {
- "type": "string",
- "source": "string"
}
}
]
}
]
}
Validates a given Organization object against its policy requirements.
nullId required | string Organization ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "validateObject" |
Accept-API-Version required | string Value: "resource=1.0" |
name required | string (Name) |
description | string (Description) |
Array of objects (Owner) | |
Array of objects (Administrators) | |
Array of objects (Members) | |
object (Parent Organization) Parent Organization | |
Array of objects (Child Organizations) Child Organizations | |
adminIDs | Array of strings (Admin user ids) |
ownerIDs | Array of strings (Owner user ids) |
parentAdminIDs | Array of strings (user ids of parent admins) |
parentOwnerIDs | Array of strings (user ids of parent owners) |
parentIDs | Array of strings (parent org ids) |
{- "name": "string",
- "description": "string",
- "owners": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "admins": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "members": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "parent": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "children": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminIDs": [
- "string"
], - "ownerIDs": [
- "string"
], - "parentAdminIDs": [
- "string"
], - "parentOwnerIDs": [
- "string"
], - "parentIDs": [
- "string"
]
}
{- "result": true,
- "failedPolicyRequirements": [
- {
- "policyRequirements": [
- {
- "params": { },
- "policyRequirement": "string"
}
], - "property": "string"
}
]
}
List policies defined in the policy.json file. We recommend using /policy/managed/{type}
endpoints for reading a complete list of policies for a given type.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "resources": [
- {
- "resource": "string",
- "properties": [
- {
- "name": "string",
- "policyRequirements": [
- "string"
], - "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "fallbackPolicies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "conditionalPolicies": [
- {
- "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- null
], - "policyRequirements": [
- null
]
}
], - "dependencies": [
- "string"
], - "fullObject": { },
- "condition": {
- "type": "string",
- "source": "string"
}
}
]
}
]
}
]
}
Verifies that a given property adheres to policy requirements.
nullId required | string User ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "validateProperty" |
Accept-API-Version required | string Value: "resource=1.0" |
{ }
{- "result": true,
- "failedPolicyRequirements": [
- {
- "policyRequirements": [
- {
- "params": { },
- "policyRequirement": "string"
}
], - "property": "string"
}
]
}
Validates a given User object against its policy requirements.
nullId required | string User ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "validateObject" |
Accept-API-Version required | string Value: "resource=1.0" |
_id | string User ID |
userName required | string (Username) Username |
password | string (Password) Password |
givenName required | string (First Name) First Name |
sn required | string (Last Name) Last Name |
mail required | string (Email Address) Email Address |
description | string (Description) Description |
accountStatus | string (Status) Default: "active" Status |
telephoneNumber | string (Telephone Number) ^\+?([0-9\- \(\)])*$ Telephone Number |
postalAddress | string (Address 1) Address 1 |
city | string (City) City |
postalCode | string (Postal Code) Postal Code |
country | string (Country) Country |
stateProvince | string (State/Province) State/Province |
Array of objects (Provisioning Roles) Provisioning Roles | |
Array of objects (Assignments) Assignments | |
object (Manager) Manager | |
Array of objects (Authorization Roles) Authorization Roles | |
Array of objects (Direct Reports) Direct Reports | |
effectiveRoles | Array of objects (Effective Roles) Effective Roles |
effectiveAssignments | Array of objects (Effective Assignments) Effective Assignments |
object (Last Sync timestamp) Last Sync timestamp | |
Array of objects (KBA Info Items) KBA Info | |
object (Preferences) Preferences | |
Array of objects (Consented Mappings) Consented Mappings | |
Array of objects (Organizations I Own) | |
Array of objects (Organizations I Administer) | |
Array of objects (Organizations to which I Belong) | |
memberOfOrgIDs | Array of strings (MemberOfOrgIDs) |
activeDate | string <datetime> (Active Date) Active Date |
inactiveDate | string <datetime> (Inactive Date) Inactive Date |
cn | string (Common Name) Common Name |
aliasList | Array of strings (User Alias Names List) List of identity aliases used primarily to record social IdP subjects for this user |
tsgID | Array of strings (tsgID) |
object (Metadata) Metadata for internal/usermeta | |
Array of objects (Notifications) Notifications |
{- "_id": "string",
- "userName": "string",
- "password": "string",
- "givenName": "string",
- "sn": "string",
- "mail": "string",
- "description": "string",
- "accountStatus": "active",
- "telephoneNumber": "string",
- "postalAddress": "string",
- "city": "string",
- "postalCode": "string",
- "country": "string",
- "stateProvince": "string",
- "roles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "assignments": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string",
- "_grantType": "string"
}
}
], - "manager": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "authzRoles": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "reports": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "effectiveRoles": [
- { }
], - "effectiveAssignments": [
- { }
], - "lastSync": {
- "effectiveAssignments": [
- { }
], - "timestamp": "string"
}, - "kbaInfo": [
- {
- "answer": "string",
- "customQuestion": "string",
- "questionId": "string"
}
], - "preferences": {
- "updates": true,
- "marketing": true
}, - "consentedMappings": [
- {
- "mapping": "string",
- "consentDate": "string"
}
], - "ownerOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "adminOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrg": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
], - "memberOfOrgIDs": [
- "string"
], - "activeDate": "string",
- "inactiveDate": "string",
- "cn": "string",
- "aliasList": [
- "string"
], - "tsgID": [
- "string"
], - "_meta": {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}, - "_notifications": [
- {
- "_ref": "string",
- "_refProperties": {
- "_id": "string"
}
}
]
}
{- "result": true,
- "failedPolicyRequirements": [
- {
- "policyRequirements": [
- {
- "params": { },
- "policyRequirement": "string"
}
], - "property": "string"
}
]
}
List policies for Role objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "resource": "string",
- "properties": [
- {
- "name": "string",
- "policyRequirements": [
- "string"
], - "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "fallbackPolicies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "conditionalPolicies": [
- {
- "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "dependencies": [
- "string"
], - "fullObject": { },
- "condition": {
- "type": "string",
- "source": "string"
}
}
]
}
]
}
Verifies that a given property adheres to policy requirements.
nullId required | string Role ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "validateProperty" |
Accept-API-Version required | string Value: "resource=1.0" |
{ }
{- "result": true,
- "failedPolicyRequirements": [
- {
- "policyRequirements": [
- {
- "params": { },
- "policyRequirement": "string"
}
], - "property": "string"
}
]
}
List policies for User objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "resource": "string",
- "properties": [
- {
- "name": "string",
- "policyRequirements": [
- "string"
], - "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "fallbackPolicies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "conditionalPolicies": [
- {
- "policies": [
- {
- "policyId": "string",
- "policyFunction": "string",
- "params": [
- { }
], - "policyRequirements": [
- "string"
]
}
], - "dependencies": [
- "string"
], - "fullObject": { },
- "condition": {
- "type": "string",
- "source": "string"
}
}
]
}
]
}
Obtain permission privileges for a specified Role object.
roleId required | string Role ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "VIEW": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "CREATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "UPDATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "DELETE": {
- "allowed": true
}, - "ACTION": {
- "allowed": true,
- "actions": [
- "string"
]
}
}
Obtain permission privileges for Role objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "VIEW": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "CREATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "UPDATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "DELETE": {
- "allowed": true
}, - "ACTION": {
- "allowed": true,
- "actions": [
- "string"
]
}
}
Obtain permission privileges for a specified User object.
userId required | string User ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "VIEW": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "CREATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "UPDATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "DELETE": {
- "allowed": true
}, - "ACTION": {
- "allowed": true,
- "actions": [
- "string"
]
}
}
Obtain permission privileges for User objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "VIEW": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "CREATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "UPDATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "DELETE": {
- "allowed": true
}, - "ACTION": {
- "allowed": true,
- "actions": [
- "string"
]
}
}
Obtain permission privileges for a specified Assignment object.
assignmentId required | string Assignment ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "VIEW": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "CREATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "UPDATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "DELETE": {
- "allowed": true
}, - "ACTION": {
- "allowed": true,
- "actions": [
- "string"
]
}
}
List privilege details for the requester.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "listPrivileges" |
Accept-API-Version required | string Value: "resource=1.0" |
{ }
[- {
- "privilegePath": "string",
- "icon": "string",
- "title": "string"
}
]
Obtain permission privileges for Assignment objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "VIEW": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "CREATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "UPDATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "DELETE": {
- "allowed": true
}, - "ACTION": {
- "allowed": true,
- "actions": [
- "string"
]
}
}
Obtain permission privileges for a specified Organization object.
organizationId required | string Organization ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "VIEW": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "CREATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "UPDATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "DELETE": {
- "allowed": true
}, - "ACTION": {
- "allowed": true,
- "actions": [
- "string"
]
}
}
Obtain permission privileges for Organization objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "VIEW": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "CREATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "UPDATE": {
- "allowed": true,
- "properties": [
- "string"
]
}, - "DELETE": {
- "allowed": true
}, - "ACTION": {
- "allowed": true,
- "actions": [
- "string"
]
}
}
Returns the profile completeness score for the object specified by the remainder of the resource path.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "completeness": 0.1,
- "_id": "string",
- "_rev": "string"
}
Returns the create date for the object specified by the remainder of the resource path.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "createDate": "string",
- "_id": "string",
- "_rev": "string"
}
Returns the login count for the resource specified by the remainder of the resource path.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "loginCount": 0,
- "_id": "string",
- "_rev": "string"
}
Increments the login count of the resource specified specified by the remainder of the resource path.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "increment" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "loginCount": 0,
- "_id": "string",
- "_rev": "string"
}
Updates the terms and conditions for the resource specified by the remainder of the resource path.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match required | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
required | object (Terms Accepted) The terms and conditions acceptance details of the object in question |
_id required | string The full resource path of the object in question |
_rev required | string The revision of the object in question |
{- "termsAccepted": {
- "acceptDate": "string",
- "termsVersion": "string"
}, - "_id": "string",
- "_rev": "string"
}
{- "termsAccepted": {
- "acceptDate": "string",
- "termsVersion": "string"
}, - "_id": "string",
- "_rev": "string"
}
Returns the terms and conditions for the resource specified by the remainder of the resource path.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "termsAccepted": {
- "acceptDate": "string",
- "termsVersion": "string"
}, - "_id": "string",
- "_rev": "string"
}
Recon for a single source identifier.
mapping required | string Mapping name (e.g., systemXmlfileAccounts_managedUser) |
waitForCompletion | boolean When true, request will block until reconciliation completes, and will respond immediately when false. |
amendReconAssociation | boolean When true, amend association data within the repository. Defaults to false. |
id required | string Source identifier |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "reconById" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "state": "ACTIVE",
- "_id": "string"
}
Lists all reconciliation summaries.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "reconciliations": [
- {
- "mapping": "string",
- "state": "ACTIVE",
- "stage": "ACTIVE_INITIALIZED",
- "stageDescription": "string",
- "progress": {
- "source": { },
- "target": { },
- "links": { }
}, - "situationSummary": { },
- "statusSummary": { },
- "durationSummary": { },
- "parameters": { },
- "started": "2019-08-24T14:15:22Z",
- "ended": "2019-08-24T14:15:22Z",
- "duration": 0,
- "_id": "string"
}
]
}
Recon all available source identifiers.
mapping required | string Mapping name (e.g., systemXmlfileAccounts_managedUser) |
waitForCompletion | boolean When true, request will block until reconciliation completes, and will respond immediately when false. |
persistAssociations | boolean When true, association data will be persisted within the repository. Defaults to false. |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "recon" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "state": "ACTIVE",
- "_id": "string"
}
Cancels a running reconciliation
reconId required | string Recon ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "cancel" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "action": "string",
- "status": "string",
- "_id": "string"
}
Forcibly marks a reconciliation as canceled.
reconId required | string Recon ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "markCanceled" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "action": "string",
- "status": "string",
- "message": "string",
- "_id": "string"
}
Read an individual reconciliation summary.
reconId required | string Recon ID |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
If-None-Match | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "mapping": "string",
- "state": "ACTIVE",
- "stage": "ACTIVE_INITIALIZED",
- "stageDescription": "string",
- "progress": {
- "source": { },
- "target": { },
- "links": { }
}, - "situationSummary": { },
- "statusSummary": { },
- "durationSummary": { },
- "parameters": { },
- "started": "2019-08-24T14:15:22Z",
- "ended": "2019-08-24T14:15:22Z",
- "duration": 0,
- "_id": "string"
}
Queries recons for which association state is available.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "mapping": "string",
- "sourceResourceCollection": "string",
- "targetResourceCollection": "string",
- "finishTime": "string",
- "_id": "string",
- "_rev": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Reads a recon association header, identified by recon id.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "mapping": "string",
- "sourceResourceCollection": "string",
- "targetResourceCollection": "string",
- "finishTime": "string",
- "_id": "string",
- "_rev": "string"
}
Reads a recon association entry.
reconId required | string Recon ID |
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "reconId": "string",
- "situation": "string",
- "action": "string",
- "phase": "string",
- "linkQualifier": "string",
- "sourceObjectId": "string",
- "targetObjectId": "string",
- "status": "string",
- "exception": "string",
- "message": "string",
- "messageDetail": {
- "object": { },
- "pointer": {
- "value": "string",
- "empty": true
}, - "null": true,
- "list": true,
- "collection": true,
- "string": true,
- "notNull": true,
- "boolean": true,
- "number": true,
- "map": true
}, - "_id": "string",
- "_rev": "string"
}
Queries recon association status.
reconId required | string Recon ID |
sourceQueryFilter | string Optional query filter that merges entries with source objects |
targetQueryFilter | string Optional query filter that merges entries with target objects |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "reconId": "string",
- "situation": "string",
- "action": "string",
- "phase": "string",
- "linkQualifier": "string",
- "sourceObjectId": "string",
- "targetObjectId": "string",
- "status": "string",
- "exception": "string",
- "message": "string",
- "messageDetail": {
- "object": { },
- "pointer": {
- "value": "string",
- "empty": true
}, - "null": true,
- "list": true,
- "collection": true,
- "string": true,
- "notNull": true,
- "boolean": true,
- "number": true,
- "map": true
}, - "_id": "string",
- "_rev": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Returns an array of the triggers that have been acquired, per node. Querying the scheduler/trigger endpoint directly by nodeId and state is the preferred means of obtaining a list of acquired triggers.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "additionalProperties": [
- "string"
]
}
Resumes all suspended scheduled jobs.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "resumeJobs" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "success": true
}
Obtains the details of the specified schedule.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "previousState": 0,
- "state": 0,
- "acquired": true,
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Returns a list of the jobs that are currently running.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "listCurrentlyExecutingJobs" |
Accept-API-Version required | string Value: "resource=1.0" |
[- {
- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "previousState": 0,
- "state": 0,
- "acquired": true,
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
]
Creates or updates a schedule with the specified ID.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
enabled | boolean Default: true Enable this job schedule |
persisted | boolean Default: false True to persist schedule and false for in-memory |
recoverable | boolean Default: false Schedule a new recovery job when previous run fails during execution |
concurrentExecution | boolean Default: false Reschedule the job even when a previous run is still executing |
misfirePolicy | string Default: "fireAndProceed" Enum: "doNothing" "fireAndProceed" Misfire handling policy |
type | string Default: "cron" Enum: "cron" "simple" Schedule type |
schedule | string Cron expression to use for schedule type 'cron' |
repeatInterval | integer <int64> >= 0 Default: 0 Repeat interval, in milliseconds, for schedule type 'simple' |
repeatCount | integer <int32> >= -1 Default: -1 Repeat count for schedule type 'simple' (-1 to repeat indefinitely) |
startTime | string <date-time> Start time for job in ISO 8601 date-time format |
endTime | string <date-time> End time for job in ISO 8601 date-time format |
invokeService required | string Service PID of the service to be invoked. If no '.' is included, it is prefixed with 'org.forgerock.openidm.' |
invokeContext | object Context object to be passed to the invokeService |
invokeLogLevel | string Default: "INFO" Enum: "ERROR" "WARN" "INFO" "DEBUG" "TRACE" The SLF4J log level used while invoking the job |
nextRunDate | string <date-time> Next run date for job in ISO 8601 date-time format |
Array of objects (State of a Quartz Trigger) List of triggers that will fire this Scheduled Job | |
_id | string Job instance ID |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "previousState": 0,
- "state": 0,
- "acquired": true,
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Update the job schedule.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match required | string Default: * |
Accept-API-Version required | string Value: "resource=1.0" |
enabled | boolean Default: true Enable this job schedule |
persisted | boolean Default: false True to persist schedule and false for in-memory |
recoverable | boolean Default: false Schedule a new recovery job when previous run fails during execution |
concurrentExecution | boolean Default: false Reschedule the job even when a previous run is still executing |
misfirePolicy | string Default: "fireAndProceed" Enum: "doNothing" "fireAndProceed" Misfire handling policy |
type | string Default: "cron" Enum: "cron" "simple" Schedule type |
schedule | string Cron expression to use for schedule type 'cron' |
repeatInterval | integer <int64> >= 0 Default: 0 Repeat interval, in milliseconds, for schedule type 'simple' |
repeatCount | integer <int32> >= -1 Default: -1 Repeat count for schedule type 'simple' (-1 to repeat indefinitely) |
startTime | string <date-time> Start time for job in ISO 8601 date-time format |
endTime | string <date-time> End time for job in ISO 8601 date-time format |
invokeService required | string Service PID of the service to be invoked. If no '.' is included, it is prefixed with 'org.forgerock.openidm.' |
invokeContext | object Context object to be passed to the invokeService |
invokeLogLevel | string Default: "INFO" Enum: "ERROR" "WARN" "INFO" "DEBUG" "TRACE" The SLF4J log level used while invoking the job |
nextRunDate | string <date-time> Next run date for job in ISO 8601 date-time format |
Array of objects (State of a Quartz Trigger) List of triggers that will fire this Scheduled Job | |
_id | string Job instance ID |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "previousState": 0,
- "state": 0,
- "acquired": true,
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Suspends all scheduled jobs.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "pauseJobs" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "success": true
}
Queries the existing defined schedules.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "previousState": 0,
- "state": 0,
- "acquired": true,
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Creates a schedule with a system-generated ID.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "create" |
Accept-API-Version required | string Value: "resource=1.0" |
enabled | boolean Default: true Enable this job schedule |
persisted | boolean Default: false True to persist schedule and false for in-memory |
recoverable | boolean Default: false Schedule a new recovery job when previous run fails during execution |
concurrentExecution | boolean Default: false Reschedule the job even when a previous run is still executing |
misfirePolicy | string Default: "fireAndProceed" Enum: "doNothing" "fireAndProceed" Misfire handling policy |
type | string Default: "cron" Enum: "cron" "simple" Schedule type |
schedule | string Cron expression to use for schedule type 'cron' |
repeatInterval | integer <int64> >= 0 Default: 0 Repeat interval, in milliseconds, for schedule type 'simple' |
repeatCount | integer <int32> >= -1 Default: -1 Repeat count for schedule type 'simple' (-1 to repeat indefinitely) |
startTime | string <date-time> Start time for job in ISO 8601 date-time format |
endTime | string <date-time> End time for job in ISO 8601 date-time format |
invokeService required | string Service PID of the service to be invoked. If no '.' is included, it is prefixed with 'org.forgerock.openidm.' |
invokeContext | object Context object to be passed to the invokeService |
invokeLogLevel | string Default: "INFO" Enum: "ERROR" "WARN" "INFO" "DEBUG" "TRACE" The SLF4J log level used while invoking the job |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR"
}
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "previousState": 0,
- "state": 0,
- "acquired": true,
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Deletes the specified schedule.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "previousState": 0,
- "state": 0,
- "acquired": true,
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Creates a schedule with a system-generated ID.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "create" |
Accept-API-Version required | string Value: "resource=2.0" |
enabled | boolean Default: true Enable this job schedule |
persisted | boolean Default: false True to persist schedule and false for in-memory |
recoverable | boolean Default: false Schedule a new recovery job when previous run fails during execution |
concurrentExecution | boolean Default: false Reschedule the job even when a previous run is still executing |
misfirePolicy | string Default: "fireAndProceed" Enum: "doNothing" "fireAndProceed" Misfire handling policy |
type | string Default: "cron" Enum: "cron" "simple" Schedule type |
schedule | string Cron expression to use for schedule type 'cron' |
repeatInterval | integer <int64> >= 0 Default: 0 Repeat interval, in milliseconds, for schedule type 'simple' |
repeatCount | integer <int32> >= -1 Default: -1 Repeat count for schedule type 'simple' (-1 to repeat indefinitely) |
startTime | string <date-time> Start time for job in ISO 8601 date-time format |
endTime | string <date-time> End time for job in ISO 8601 date-time format |
invokeService required | string Service PID of the service to be invoked. If no '.' is included, it is prefixed with 'org.forgerock.openidm.' |
invokeContext | object Context object to be passed to the invokeService |
invokeLogLevel | string Default: "INFO" Enum: "ERROR" "WARN" "INFO" "DEBUG" "TRACE" The SLF4J log level used while invoking the job |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR"
}
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "previousRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "serialized": { },
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Returns a list of the jobs that are currently running.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "listCurrentlyExecutingJobs" |
Accept-API-Version required | string Value: "resource=2.0" |
[- {
- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "previousRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "serialized": { },
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
]
Creates or updates a schedule with the specified ID.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
enabled | boolean Default: true Enable this job schedule |
persisted | boolean Default: false True to persist schedule and false for in-memory |
recoverable | boolean Default: false Schedule a new recovery job when previous run fails during execution |
concurrentExecution | boolean Default: false Reschedule the job even when a previous run is still executing |
misfirePolicy | string Default: "fireAndProceed" Enum: "doNothing" "fireAndProceed" Misfire handling policy |
type | string Default: "cron" Enum: "cron" "simple" Schedule type |
schedule | string Cron expression to use for schedule type 'cron' |
repeatInterval | integer <int64> >= 0 Default: 0 Repeat interval, in milliseconds, for schedule type 'simple' |
repeatCount | integer <int32> >= -1 Default: -1 Repeat count for schedule type 'simple' (-1 to repeat indefinitely) |
startTime | string <date-time> Start time for job in ISO 8601 date-time format |
endTime | string <date-time> End time for job in ISO 8601 date-time format |
invokeService required | string Service PID of the service to be invoked. If no '.' is included, it is prefixed with 'org.forgerock.openidm.' |
invokeContext | object Context object to be passed to the invokeService |
invokeLogLevel | string Default: "INFO" Enum: "ERROR" "WARN" "INFO" "DEBUG" "TRACE" The SLF4J log level used while invoking the job |
nextRunDate | string <date-time> Next run date for job in ISO 8601 date-time format |
previousRunDate | string <date-time> Previous run date for job in ISO 8601 date-time format |
Array of objects (State of a Quartz Trigger) List of triggers that will fire this Scheduled Job | |
_id | string Job instance ID |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "previousRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "previousRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "serialized": { },
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Trigger the specified job.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "trigger" |
Accept-API-Version required | string Value: "resource=2.0" |
{- "success": true
}
Deletes the specified schedule.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "previousRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "serialized": { },
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Obtains the details of the specified schedule.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "previousRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "serialized": { },
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Resumes all suspended scheduled jobs.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "resumeJobs" |
Accept-API-Version required | string Value: "resource=2.0" |
{- "success": true
}
Update the job schedule.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match required | string Default: * |
Accept-API-Version required | string Value: "resource=2.0" |
enabled | boolean Default: true Enable this job schedule |
persisted | boolean Default: false True to persist schedule and false for in-memory |
recoverable | boolean Default: false Schedule a new recovery job when previous run fails during execution |
concurrentExecution | boolean Default: false Reschedule the job even when a previous run is still executing |
misfirePolicy | string Default: "fireAndProceed" Enum: "doNothing" "fireAndProceed" Misfire handling policy |
type | string Default: "cron" Enum: "cron" "simple" Schedule type |
schedule | string Cron expression to use for schedule type 'cron' |
repeatInterval | integer <int64> >= 0 Default: 0 Repeat interval, in milliseconds, for schedule type 'simple' |
repeatCount | integer <int32> >= -1 Default: -1 Repeat count for schedule type 'simple' (-1 to repeat indefinitely) |
startTime | string <date-time> Start time for job in ISO 8601 date-time format |
endTime | string <date-time> End time for job in ISO 8601 date-time format |
invokeService required | string Service PID of the service to be invoked. If no '.' is included, it is prefixed with 'org.forgerock.openidm.' |
invokeContext | object Context object to be passed to the invokeService |
invokeLogLevel | string Default: "INFO" Enum: "ERROR" "WARN" "INFO" "DEBUG" "TRACE" The SLF4J log level used while invoking the job |
nextRunDate | string <date-time> Next run date for job in ISO 8601 date-time format |
previousRunDate | string <date-time> Previous run date for job in ISO 8601 date-time format |
Array of objects (State of a Quartz Trigger) List of triggers that will fire this Scheduled Job | |
_id | string Job instance ID |
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "previousRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
{- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "previousRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "serialized": { },
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
Resume the specified job.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "resume" |
Accept-API-Version required | string Value: "resource=2.0" |
{- "success": true
}
Pause the specified job.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "pause" |
Accept-API-Version required | string Value: "resource=2.0" |
{- "success": true
}
Queries the existing defined schedules.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=2.0" |
{- "result": [
- {
- "enabled": true,
- "persisted": false,
- "recoverable": false,
- "concurrentExecution": false,
- "misfirePolicy": "doNothing",
- "type": "cron",
- "schedule": "string",
- "repeatInterval": 0,
- "repeatCount": -1,
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "invokeService": "string",
- "invokeContext": { },
- "invokeLogLevel": "ERROR",
- "nextRunDate": "2019-08-24T14:15:22Z",
- "previousRunDate": "2019-08-24T14:15:22Z",
- "triggers": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "serialized": { },
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "_id": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Validates a cron expression.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "validateQuartzCronExpression" |
Accept-API-Version required | string Value: "resource=2.0" |
cronExpression | string Cron expression to test for validity |
{- "cronExpression": "string"
}
{- "valid": true
}
Suspends all scheduled jobs.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "pauseJobs" |
Accept-API-Version required | string Value: "resource=2.0" |
{- "success": true
}
Obtains the details of the specified trigger.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "previousState": 0,
- "state": 0,
- "acquired": true,
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
Queries the existing triggers.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "name": "string",
- "group": "string",
- "calendar": "string",
- "serialized": "string",
- "previousState": 0,
- "state": 0,
- "acquired": true,
- "nodeId": "string",
- "jobName": "string",
- "_rev": "string",
- "_id": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Obtains the details of the specified trigger.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "serialized": { },
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
Queries the existing triggers.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=2.0" |
{- "result": [
- {
- "name": "string",
- "group": "string",
- "jobKey": "string",
- "calendar": "string",
- "serialized": { },
- "previousState": "string",
- "state": "string",
- "nodeId": "string",
- "_rev": "string",
- "_id": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Returns an array of the triggers that are waiting to be acquired. Querying the scheduler/trigger endpoint directly by state is the preferred means of obtaining a list of waiting triggers.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "additionalProperties": [
- "string"
]
}
Read the schema for internal/notification objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for managed/role objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for managed/assignment objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for internal/user objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for internal/role objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for managed/organization objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for internal/usermeta objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for managed/user objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for managed/assignment objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Delete a property from managed/role/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Read a property from managed/role/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Read the schema for internal/notification objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for internal/user objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Create a property from managed/organization/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
description | string Specifies a brief description of the property. |
title | string A human-readable string, used to display the property in the UI. |
viewable | boolean Specifies whether this property is viewable in the object’s profile in the UI. |
userEditable | boolean Specifies whether the relationship property is editable by the user. |
returnByDefault | boolean Specifies whether the property will be returned in the results of a query on an object of this typeif it is not explicitly requested |
usageDescription | string Designed to help end users understand the sensitivity of a property such as a telephone number. |
isPersonal | boolean Designed to highlight personally identifying information. |
type required | string Specifies the type and cardinality this relationship is. |
validate | boolean Specifies whether the relationship should be validated. |
notifySelf | boolean Specifies if the origin object should be notified when there is a relationship change. |
notify | boolean Specifies if the referenced object should be notified when there is a relationship change. |
notifyRelationships | Array of strings Controls the propagation of notifications out of an object when one of its properties changes orwhen that object receives a notification through one of these fields. |
reverseRelationship required | boolean Specifies whether this is a bidirectional relationship. |
reversePropertyName required | string The corresponding property name, in the case of a bidirectional relationship. |
required | object (The properties of this JSON schema object) The properties defined in the JSON schema. |
required | Array of objects (Details a Resource Collection this property maps to) The collection of resources (objects) on which this relationship is based. |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Read a property from managed/user/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Read a property from managed/organization/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Delete a property from managed/user/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Read a property from managed/assignment/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Read the schema for managed/user objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Read the schema for managed/role objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Update a property from managed/role/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match required | string Default: * |
Accept-API-Version required | string Value: "resource=2.0" |
description | string Specifies a brief description of the property. |
title | string A human-readable string, used to display the property in the UI. |
viewable | boolean Specifies whether this property is viewable in the object’s profile in the UI. |
userEditable | boolean Specifies whether the relationship property is editable by the user. |
returnByDefault | boolean Specifies whether the property will be returned in the results of a query on an object of this typeif it is not explicitly requested |
usageDescription | string Designed to help end users understand the sensitivity of a property such as a telephone number. |
isPersonal | boolean Designed to highlight personally identifying information. |
type required | string Specifies the type and cardinality this relationship is. |
validate | boolean Specifies whether the relationship should be validated. |
notifySelf | boolean Specifies if the origin object should be notified when there is a relationship change. |
notify | boolean Specifies if the referenced object should be notified when there is a relationship change. |
notifyRelationships | Array of strings Controls the propagation of notifications out of an object when one of its properties changes orwhen that object receives a notification through one of these fields. |
reverseRelationship required | boolean Specifies whether this is a bidirectional relationship. |
reversePropertyName required | string The corresponding property name, in the case of a bidirectional relationship. |
required | object (The properties of this JSON schema object) The properties defined in the JSON schema. |
required | Array of objects (Details a Resource Collection this property maps to) The collection of resources (objects) on which this relationship is based. |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Read the schema for internal/role objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Create a property from managed/assignment/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
description | string Specifies a brief description of the property. |
title | string A human-readable string, used to display the property in the UI. |
viewable | boolean Specifies whether this property is viewable in the object’s profile in the UI. |
userEditable | boolean Specifies whether the relationship property is editable by the user. |
returnByDefault | boolean Specifies whether the property will be returned in the results of a query on an object of this typeif it is not explicitly requested |
usageDescription | string Designed to help end users understand the sensitivity of a property such as a telephone number. |
isPersonal | boolean Designed to highlight personally identifying information. |
type required | string Specifies the type and cardinality this relationship is. |
validate | boolean Specifies whether the relationship should be validated. |
notifySelf | boolean Specifies if the origin object should be notified when there is a relationship change. |
notify | boolean Specifies if the referenced object should be notified when there is a relationship change. |
notifyRelationships | Array of strings Controls the propagation of notifications out of an object when one of its properties changes orwhen that object receives a notification through one of these fields. |
reverseRelationship required | boolean Specifies whether this is a bidirectional relationship. |
reversePropertyName required | string The corresponding property name, in the case of a bidirectional relationship. |
required | object (The properties of this JSON schema object) The properties defined in the JSON schema. |
required | Array of objects (Details a Resource Collection this property maps to) The collection of resources (objects) on which this relationship is based. |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Delete a property from managed/organization/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Create a property from managed/user/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
description | string Specifies a brief description of the property. |
title | string A human-readable string, used to display the property in the UI. |
viewable | boolean Specifies whether this property is viewable in the object’s profile in the UI. |
userEditable | boolean Specifies whether the relationship property is editable by the user. |
returnByDefault | boolean Specifies whether the property will be returned in the results of a query on an object of this typeif it is not explicitly requested |
usageDescription | string Designed to help end users understand the sensitivity of a property such as a telephone number. |
isPersonal | boolean Designed to highlight personally identifying information. |
type required | string Specifies the type and cardinality this relationship is. |
validate | boolean Specifies whether the relationship should be validated. |
notifySelf | boolean Specifies if the origin object should be notified when there is a relationship change. |
notify | boolean Specifies if the referenced object should be notified when there is a relationship change. |
notifyRelationships | Array of strings Controls the propagation of notifications out of an object when one of its properties changes orwhen that object receives a notification through one of these fields. |
reverseRelationship required | boolean Specifies whether this is a bidirectional relationship. |
reversePropertyName required | string The corresponding property name, in the case of a bidirectional relationship. |
required | object (The properties of this JSON schema object) The properties defined in the JSON schema. |
required | Array of objects (Details a Resource Collection this property maps to) The collection of resources (objects) on which this relationship is based. |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Create a property from managed/role/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
description | string Specifies a brief description of the property. |
title | string A human-readable string, used to display the property in the UI. |
viewable | boolean Specifies whether this property is viewable in the object’s profile in the UI. |
userEditable | boolean Specifies whether the relationship property is editable by the user. |
returnByDefault | boolean Specifies whether the property will be returned in the results of a query on an object of this typeif it is not explicitly requested |
usageDescription | string Designed to help end users understand the sensitivity of a property such as a telephone number. |
isPersonal | boolean Designed to highlight personally identifying information. |
type required | string Specifies the type and cardinality this relationship is. |
validate | boolean Specifies whether the relationship should be validated. |
notifySelf | boolean Specifies if the origin object should be notified when there is a relationship change. |
notify | boolean Specifies if the referenced object should be notified when there is a relationship change. |
notifyRelationships | Array of strings Controls the propagation of notifications out of an object when one of its properties changes orwhen that object receives a notification through one of these fields. |
reverseRelationship required | boolean Specifies whether this is a bidirectional relationship. |
reversePropertyName required | string The corresponding property name, in the case of a bidirectional relationship. |
required | object (The properties of this JSON schema object) The properties defined in the JSON schema. |
required | Array of objects (Details a Resource Collection this property maps to) The collection of resources (objects) on which this relationship is based. |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Read the schema for managed/organization objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Update a property from managed/assignment/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match required | string Default: * |
Accept-API-Version required | string Value: "resource=2.0" |
description | string Specifies a brief description of the property. |
title | string A human-readable string, used to display the property in the UI. |
viewable | boolean Specifies whether this property is viewable in the object’s profile in the UI. |
userEditable | boolean Specifies whether the relationship property is editable by the user. |
returnByDefault | boolean Specifies whether the property will be returned in the results of a query on an object of this typeif it is not explicitly requested |
usageDescription | string Designed to help end users understand the sensitivity of a property such as a telephone number. |
isPersonal | boolean Designed to highlight personally identifying information. |
type required | string Specifies the type and cardinality this relationship is. |
validate | boolean Specifies whether the relationship should be validated. |
notifySelf | boolean Specifies if the origin object should be notified when there is a relationship change. |
notify | boolean Specifies if the referenced object should be notified when there is a relationship change. |
notifyRelationships | Array of strings Controls the propagation of notifications out of an object when one of its properties changes orwhen that object receives a notification through one of these fields. |
reverseRelationship required | boolean Specifies whether this is a bidirectional relationship. |
reversePropertyName required | string The corresponding property name, in the case of a bidirectional relationship. |
required | object (The properties of this JSON schema object) The properties defined in the JSON schema. |
required | Array of objects (Details a Resource Collection this property maps to) The collection of resources (objects) on which this relationship is based. |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Read the schema for internal/usermeta objects.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "id": "string",
- "title": "string",
- "viewable": true,
- "type": "string",
- "properties": [
- { }
], - "order": [
- "string"
], - "required": [
- "string"
], - "resourceCollection": "string",
- "$schema": "string"
}
Update a property from managed/user/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match required | string Default: * |
Accept-API-Version required | string Value: "resource=2.0" |
description | string Specifies a brief description of the property. |
title | string A human-readable string, used to display the property in the UI. |
viewable | boolean Specifies whether this property is viewable in the object’s profile in the UI. |
userEditable | boolean Specifies whether the relationship property is editable by the user. |
returnByDefault | boolean Specifies whether the property will be returned in the results of a query on an object of this typeif it is not explicitly requested |
usageDescription | string Designed to help end users understand the sensitivity of a property such as a telephone number. |
isPersonal | boolean Designed to highlight personally identifying information. |
type required | string Specifies the type and cardinality this relationship is. |
validate | boolean Specifies whether the relationship should be validated. |
notifySelf | boolean Specifies if the origin object should be notified when there is a relationship change. |
notify | boolean Specifies if the referenced object should be notified when there is a relationship change. |
notifyRelationships | Array of strings Controls the propagation of notifications out of an object when one of its properties changes orwhen that object receives a notification through one of these fields. |
reverseRelationship required | boolean Specifies whether this is a bidirectional relationship. |
reversePropertyName required | string The corresponding property name, in the case of a bidirectional relationship. |
required | object (The properties of this JSON schema object) The properties defined in the JSON schema. |
required | Array of objects (Details a Resource Collection this property maps to) The collection of resources (objects) on which this relationship is based. |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Delete a property from managed/assignment/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
Accept-API-Version required | string Value: "resource=2.0" |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Update a property from managed/organization/properties.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
If-Match required | string Default: * |
Accept-API-Version required | string Value: "resource=2.0" |
description | string Specifies a brief description of the property. |
title | string A human-readable string, used to display the property in the UI. |
viewable | boolean Specifies whether this property is viewable in the object’s profile in the UI. |
userEditable | boolean Specifies whether the relationship property is editable by the user. |
returnByDefault | boolean Specifies whether the property will be returned in the results of a query on an object of this typeif it is not explicitly requested |
usageDescription | string Designed to help end users understand the sensitivity of a property such as a telephone number. |
isPersonal | boolean Designed to highlight personally identifying information. |
type required | string Specifies the type and cardinality this relationship is. |
validate | boolean Specifies whether the relationship should be validated. |
notifySelf | boolean Specifies if the origin object should be notified when there is a relationship change. |
notify | boolean Specifies if the referenced object should be notified when there is a relationship change. |
notifyRelationships | Array of strings Controls the propagation of notifications out of an object when one of its properties changes orwhen that object receives a notification through one of these fields. |
reverseRelationship required | boolean Specifies whether this is a bidirectional relationship. |
reversePropertyName required | string The corresponding property name, in the case of a bidirectional relationship. |
required | object (The properties of this JSON schema object) The properties defined in the JSON schema. |
required | Array of objects (Details a Resource Collection this property maps to) The collection of resources (objects) on which this relationship is based. |
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
{- "description": "string",
- "title": "string",
- "viewable": true,
- "userEditable": true,
- "returnByDefault": true,
- "usageDescription": "string",
- "isPersonal": true,
- "type": "string",
- "validate": true,
- "notifySelf": true,
- "notify": true,
- "notifyRelationships": [
- "string"
], - "reverseRelationship": true,
- "reversePropertyName": "string",
- "properties": {
- "_ref": {
- "description": "string",
- "type": "string"
}, - "_refProperties": {
- "type": "string",
- "description": "string",
- "title": "string",
- "properties": {
- "id": {
- "description": "string",
- "type": "string"
}
}
}
}, - "resourceCollection": [
- {
- "path": "string",
- "conditionalAssociationField": "string",
- "label": "string",
- "query": {
- "queryFilter": "string",
- "fields": [
- "string"
]
}, - "reverseProperty": {
- "name": "string",
- "type": "string",
- "notify": true,
- "validate": true,
- "fields": [
- "string"
], - "queryFilter": "string"
}, - "notify": true
}
]
}
Compiles a script, to validate that it can be executed.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "compile" |
Accept-API-Version required | string Value: "resource=1.0" |
type required | string Script type (e.g., text/javascript, groovy) |
file | string Path to file containing the script |
source | string Inlined script |
globals | object (Global Variable Key/Value Pairs) Global Variables |
{- "type": "string",
- "file": "string",
- "source": "string",
- "globals": { }
}
true
Executes a script and returns the result, if any.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "eval" |
Accept-API-Version required | string Value: "resource=1.0" |
type required | string Script type (e.g., text/javascript, groovy) |
file | string Path to file containing the script |
source | string Inlined script |
globals | object (Global Variable Key/Value Pairs) Global Variables |
{- "type": "string",
- "file": "string",
- "source": "string",
- "globals": { }
}
{ }
Gathers KBA Configuration.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "kbaPropertyName": "string",
- "minimumAnswersToDefine": 0,
- "minimumAnswersToVerify": 0,
- "questions": { }
}
Gathers the active Terms & Conditions.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "version": "string",
- "terms": "string",
- "createDate": "string"
}
Perform an action on a resource.
action required | string Enum: "CREATE" "UPDATE" "DELETE" "LINK" "UNLINK" "EXCEPTION" "REPORT" "NOREPORT" "ASYNC" "IGNORE" The action to be taken |
mapping required | string Mapping name (e.g., systemXmlfileAccounts_managedUser) |
sourceId | string Source ID |
targetId | string Target ID |
reconId | string Recon ID |
linkQualifier | string Link qualifier (e.g., default) |
linkType | string The type of the link used for that mapping |
target | boolean true or false for source-sync and omit for target-sync |
ignorePostAction | boolean Ignore post action |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "performAction" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "string"
}
Informs the Synchronization Service that an object has been created and that the change should be synchronized across all relevant mappings.
resourceContainer required | string Resource container for the source object (e.g., system/ldap/account) |
resourceId required | string Resource ID (e.g., bjensen) |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "notifyCreate" |
Accept-API-Version required | string Value: "resource=1.0" |
newValue | object The new value of the source object |
{- "newValue": { }
}
{- "syncResults": [
- {
- "syncDetails": [
- {
- "result": "string",
- "oldTargetValue": "string",
- "cause": "string",
- "reconId": "string",
- "action": "string",
- "targetId": "string",
- "mapping": "string",
- "targetObjectSet": "string",
- "situation": "string",
- "sourceId": "string"
}
], - "action": "string",
- "success": true
}
]
}
Provides a list of linked resources for the given resource-name.
resourceName required | string Resource name (e.g., system/xmlfile/account/bjensen) |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "getLinkedResources" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "linkedTo": [
- {
- "resourceName": "string",
- "linkType": "string",
- "linkQualifier": "string",
- "content": { }
}
]
}
Informs the Synchronization Service that an object has been deleted and that the change should be synchronized across all relevant mappings.
resourceContainer required | string Resource container for the source object (e.g., system/ldap/account) |
resourceId required | string Resource ID (e.g., bjensen) |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "notifyDelete" |
Accept-API-Version required | string Value: "resource=1.0" |
oldValue | object The former value of the source object, if any |
{- "oldValue": { }
}
{- "syncResults": [
- {
- "syncDetails": [
- {
- "result": "string",
- "oldTargetValue": "string",
- "cause": "string",
- "reconId": "string",
- "action": "string",
- "targetId": "string",
- "mapping": "string",
- "targetObjectSet": "string",
- "situation": "string",
- "sourceId": "string"
}
], - "action": "string",
- "success": true
}
]
}
Informs the Synchronization Service that an object has been updated and that the change should be synchronized across all relevant mappings.
resourceContainer required | string Resource container for the source object (e.g., system/ldap/account) |
resourceId required | string Resource ID (e.g., bjensen) |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "notifyUpdate" |
Accept-API-Version required | string Value: "resource=1.0" |
oldValue | object The former value of the source object, if any |
newValue | object The new value of the source object |
{- "oldValue": { },
- "newValue": { }
}
{- "syncResults": [
- {
- "syncDetails": [
- {
- "result": "string",
- "oldTargetValue": "string",
- "cause": "string",
- "reconId": "string",
- "action": "string",
- "targetId": "string",
- "mapping": "string",
- "targetObjectSet": "string",
- "situation": "string",
- "sourceId": "string"
}
], - "action": "string",
- "success": true
}
]
}
Returns the configuration details about a given mapping
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "name": "string",
- "source": "string",
- "target": "string",
- "correlationQuery": { },
- "properties": [
- {
- "source": "string",
- "target": "string"
}
], - "policies": [
- {
- "situation": "string",
- "action": "string"
}
]
}
Provides the list of mappings.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "NONE" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "name": "string",
- "source": "string",
- "target": "string",
- "correlationQuery": { },
- "properties": [
- {
- "source": "string",
- "target": "string"
}
], - "policies": [
- {
- "situation": "string",
- "action": "string"
}
]
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}
Generate core-configuration template for a connector.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "createCoreConfig" |
Accept-API-Version required | string Value: "resource=1.0" |
required | object (Connector Identifiers) Connector identifiers |
{- "connectorRef": {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "connectorHostRef": "#LOCAL",
- "displayName": "string"
}
}
{- "name": "string",
- "connectorRef": {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "connectorHostRef": "#LOCAL",
- "displayName": "string"
}, - "producerBufferSize": 100,
- "connectorPoolingSupported": true,
- "poolConfigOption": {
- "maxObjects": 0,
- "maxIdle": 0,
- "maxWait": 0,
- "minEvictableIdleTimeMillis": 0,
- "minIdle": 0
}, - "resultsHandlerConfig": {
- "enableNormalizingResultsHandler": true,
- "enableFilteredResultsHandler": true,
- "enableCaseInsensitiveFilter": true,
- "enableAttributesToGetSearchResultsHandler": true
}, - "operationTimeout": {
- "AUTHENTICATE": -1,
- "CREATE": -1,
- "DELETE": -1,
- "GET": -1,
- "TEST": -1,
- "SCHEMA": -1,
- "SCRIPT_ON_CONNECTOR": -1,
- "SCRIPT_ON_RESOURCE": -1,
- "SEARCH": -1,
- "SYNC": -1,
- "UPDATE": -1,
- "VALIDATE": -1
}, - "configurationProperties": { },
- "syncFailureHandler": {
- "maxRetries": -1,
- "postRetryAction": { }
}, - "objectTypes": { },
- "operationOptions": {
- "AUTHENTICATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "CREATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "DELETE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "GET": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "TEST": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCHEMA": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCRIPT_ON_CONNECTOR": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCRIPT_ON_RESOURCE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SEARCH": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SYNC": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "UPDATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "VALIDATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}
}, - "systemActions": [
- {
- "scriptId": "string",
- "actions": [
- {
- "systemType": "string",
- "actionType": "string",
- "actionFile": "string",
- "actionSource": "string"
}
]
}
]
}
Complete full-configuration for a connector. One would then save the response JSON to a file conf/provisioner.openicf-name.json
, where name
is the unique name of the connector.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "createFullConfig" |
Accept-API-Version required | string Value: "resource=1.0" |
name | string Unique connector name |
required | object (Connector Identifiers) Connector identifiers |
producerBufferSize | integer <int32> Default: 100 Size of SYNC/QUERY result-queue |
connectorPoolingSupported | boolean Default: true Enables connector pooling, when supported |
required | object (Connector Pool Config) Connector pool configuration |
object (Results Handler Config) Results handler configuration | |
object (Operation Timeout) Timeouts per operation | |
configurationProperties required | object Connector specific configuration |
object (Sync Failure Handler Config) Configures how live-sync failures are handled | |
objectTypes | object Map of object-classes to JSON Schemas |
object (Operation Options) Configuration settings per operation | |
Array of objects (System Action Config) Connector actions (e.g., scripts) |
{- "name": "string",
- "connectorRef": {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "connectorHostRef": "#LOCAL",
- "displayName": "string"
}, - "producerBufferSize": 100,
- "connectorPoolingSupported": true,
- "poolConfigOption": {
- "maxObjects": 0,
- "maxIdle": 0,
- "maxWait": 0,
- "minEvictableIdleTimeMillis": 0,
- "minIdle": 0
}, - "resultsHandlerConfig": {
- "enableNormalizingResultsHandler": true,
- "enableFilteredResultsHandler": true,
- "enableCaseInsensitiveFilter": true,
- "enableAttributesToGetSearchResultsHandler": true
}, - "operationTimeout": {
- "AUTHENTICATE": -1,
- "CREATE": -1,
- "DELETE": -1,
- "GET": -1,
- "TEST": -1,
- "SCHEMA": -1,
- "SCRIPT_ON_CONNECTOR": -1,
- "SCRIPT_ON_RESOURCE": -1,
- "SEARCH": -1,
- "SYNC": -1,
- "UPDATE": -1,
- "VALIDATE": -1
}, - "configurationProperties": { },
- "syncFailureHandler": {
- "maxRetries": -1,
- "postRetryAction": { }
}, - "objectTypes": { },
- "operationOptions": {
- "AUTHENTICATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "CREATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "DELETE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "GET": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "TEST": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCHEMA": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCRIPT_ON_CONNECTOR": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCRIPT_ON_RESOURCE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SEARCH": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SYNC": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "UPDATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "VALIDATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}
}, - "systemActions": [
- {
- "scriptId": "string",
- "actions": [
- {
- "systemType": "string",
- "actionType": "string",
- "actionFile": "string",
- "actionSource": "string"
}
]
}
]
}
{- "name": "string",
- "connectorRef": {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "connectorHostRef": "#LOCAL",
- "displayName": "string"
}, - "producerBufferSize": 100,
- "connectorPoolingSupported": true,
- "poolConfigOption": {
- "maxObjects": 0,
- "maxIdle": 0,
- "maxWait": 0,
- "minEvictableIdleTimeMillis": 0,
- "minIdle": 0
}, - "resultsHandlerConfig": {
- "enableNormalizingResultsHandler": true,
- "enableFilteredResultsHandler": true,
- "enableCaseInsensitiveFilter": true,
- "enableAttributesToGetSearchResultsHandler": true
}, - "operationTimeout": {
- "AUTHENTICATE": -1,
- "CREATE": -1,
- "DELETE": -1,
- "GET": -1,
- "TEST": -1,
- "SCHEMA": -1,
- "SCRIPT_ON_CONNECTOR": -1,
- "SCRIPT_ON_RESOURCE": -1,
- "SEARCH": -1,
- "SYNC": -1,
- "UPDATE": -1,
- "VALIDATE": -1
}, - "configurationProperties": { },
- "syncFailureHandler": {
- "maxRetries": -1,
- "postRetryAction": { }
}, - "objectTypes": { },
- "operationOptions": {
- "AUTHENTICATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "CREATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "DELETE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "GET": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "TEST": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCHEMA": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCRIPT_ON_CONNECTOR": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCRIPT_ON_RESOURCE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SEARCH": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SYNC": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "UPDATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "VALIDATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}
}, - "systemActions": [
- {
- "scriptId": "string",
- "actions": [
- {
- "systemType": "string",
- "actionType": "string",
- "actionFile": "string",
- "actionSource": "string"
}
]
}
]
}
Test if a connector server is operational.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "testConnectorServers" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "connectorServersRef": [
- {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "systemType": "string"
}
]
}
Generate core-configuration template for a connector server.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "createConnectorServerCoreConfig" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "connectorServersRef": [
- {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "systemType": "string"
}
]
}
Trigger Live-Sync on a connector.
source required | string URI of connector to Live-Sync (e.g., system/ldap/account) |
detailedFailure | boolean Return detailed failure information |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "liveSync" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "connectorData": {
- "nativeType": "string",
- "syncToken": { }
}, - "_id": "string",
- "_rev": "string"
}
Lists all available connector servers.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "availableConnectorServers" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "connectorServersRef": [
- {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "systemType": "string"
}
]
}
Lists all available connectors, which includes those that are not configured and ready-for-use.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "availableConnectors" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "connectorRef": [
- {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "systemType": "string"
}
]
}
Check status of configured connectors. Send an empty-object request payload {}
to list all configured connectors, or { "id" : "some_id" }
for a single connector.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "test" |
Accept-API-Version required | string Value: "resource=1.0" |
id | string Connector identifier (sometimes same as 'name') |
{- "id": "string"
}
[- {
- "ok": true,
- "name": "string",
- "error": "string",
- "enabled": true,
- "displayName": "string",
- "config": "string",
- "connectorRef": {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "connectorHostRef": "#LOCAL",
- "displayName": "string"
}, - "objectTypes": [
- "string"
]
}
]
Test connector configuration, for validity.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "testConfig" |
Accept-API-Version required | string Value: "resource=1.0" |
name | string Unique connector name |
required | object (Connector Identifiers) Connector identifiers |
producerBufferSize | integer <int32> Default: 100 Size of SYNC/QUERY result-queue |
connectorPoolingSupported | boolean Default: true Enables connector pooling, when supported |
required | object (Connector Pool Config) Connector pool configuration |
object (Results Handler Config) Results handler configuration | |
object (Operation Timeout) Timeouts per operation | |
configurationProperties required | object Connector specific configuration |
object (Sync Failure Handler Config) Configures how live-sync failures are handled | |
objectTypes | object Map of object-classes to JSON Schemas |
object (Operation Options) Configuration settings per operation | |
Array of objects (System Action Config) Connector actions (e.g., scripts) |
{- "name": "string",
- "connectorRef": {
- "bundleName": "string",
- "bundleVersion": "string",
- "connectorName": "string",
- "connectorHostRef": "#LOCAL",
- "displayName": "string"
}, - "producerBufferSize": 100,
- "connectorPoolingSupported": true,
- "poolConfigOption": {
- "maxObjects": 0,
- "maxIdle": 0,
- "maxWait": 0,
- "minEvictableIdleTimeMillis": 0,
- "minIdle": 0
}, - "resultsHandlerConfig": {
- "enableNormalizingResultsHandler": true,
- "enableFilteredResultsHandler": true,
- "enableCaseInsensitiveFilter": true,
- "enableAttributesToGetSearchResultsHandler": true
}, - "operationTimeout": {
- "AUTHENTICATE": -1,
- "CREATE": -1,
- "DELETE": -1,
- "GET": -1,
- "TEST": -1,
- "SCHEMA": -1,
- "SCRIPT_ON_CONNECTOR": -1,
- "SCRIPT_ON_RESOURCE": -1,
- "SEARCH": -1,
- "SYNC": -1,
- "UPDATE": -1,
- "VALIDATE": -1
}, - "configurationProperties": { },
- "syncFailureHandler": {
- "maxRetries": -1,
- "postRetryAction": { }
}, - "objectTypes": { },
- "operationOptions": {
- "AUTHENTICATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "CREATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "DELETE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "GET": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "TEST": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCHEMA": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCRIPT_ON_CONNECTOR": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SCRIPT_ON_RESOURCE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SEARCH": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "SYNC": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "UPDATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}, - "VALIDATE": {
- "denied": true,
- "onDeny": "DO_NOTHING",
- "objectFeatures": { }
}
}, - "systemActions": [
- {
- "scriptId": "string",
- "actions": [
- {
- "systemType": "string",
- "actionType": "string",
- "actionFile": "string",
- "actionSource": "string"
}
]
}
]
}
{- "ok": true,
- "name": "string",
- "error": "string"
}
Marks a task as cancelled, but only if not yet completed.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "cancel" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "status": "FAILURE",
- "_id": "string"
}
Reads a task entry.
id required | string |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_mimeType | string Optional parameter requesting that the response have the given MIME-Type. Use of this parameter requires a _fields parameter with a single field specified. |
Accept-API-Version required | string Value: "resource=1.0" |
{- "name": "string",
- "started": "2019-08-24T14:15:22Z",
- "ended": "2019-08-24T14:15:22Z",
- "progress": {
- "processed": 0,
- "total": 0,
- "successes": 0,
- "failures": 0,
- "state": "INITIALIZED"
}, - "_id": "string"
}
Executes a task by name.
name required | string Task name |
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_action required | string Value: "execute" |
Accept-API-Version required | string Value: "resource=1.0" |
{- "_id": "string"
}
Applies query filter to task entries.
_fields | string Optional parameter containing a comma separated list of field references specifying which fields of the targeted JSON resource should be returned. |
_prettyPrint | boolean Optional parameter requesting that the returned JSON resource content should be formatted to be more human readable. |
_queryFilter required | string |
_pageSize | integer |
_totalPagedResultsPolicy | string Value: "EXACT" |
_sortKeys | string |
Accept-API-Version required | string Value: "resource=1.0" |
{- "result": [
- {
- "name": "string",
- "started": "2019-08-24T14:15:22Z",
- "ended": "2019-08-24T14:15:22Z",
- "progress": {
- "processed": 0,
- "total": 0,
- "successes": 0,
- "failures": 0,
- "state": "INITIALIZED"
}, - "_id": "string"
}
], - "resultCount": 0,
- "pagedResultsCookie": "string",
- "totalPagedResultsPolicy": "NONE",
- "totalPagedResults": -1,
- "remainingPagedResults": -1
}