{
"opencollection": "1.0.0",
"info": {
"name": "Identity Domains API",
"version": "v1"
},
"items": [
{
"info": {
"name": "identityDomains",
"type": "folder"
},
"items": [
{
"info": {
"name": "ListAccountMgmtInfos",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AccountMgmtInfos",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Account Mgmt Info"
},
{
"info": {
"name": "SearchAccountMgmtInfos",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/AccountMgmtInfos/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Account Mgmt Info Using POST"
},
{
"info": {
"name": "GetAccountMgmtInfo",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AccountMgmtInfos/:accountMgmtInfoId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "accountMgmtInfoId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get Account Mgmt Info"
},
{
"info": {
"name": "ListAccountRecoverySettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AccountRecoverySettings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for account recovery settings."
},
{
"info": {
"name": "GetAccountRecoverySetting",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AccountRecoverySettings/:accountRecoverySettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "accountRecoverySettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get an account recovery setting."
},
{
"info": {
"name": "PutAccountRecoverySetting",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/AccountRecoverySettings/:accountRecoverySettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "accountRecoverySettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace an account recovery setting."
},
{
"info": {
"name": "PatchAccountRecoverySetting",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/AccountRecoverySettings/:accountRecoverySettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "accountRecoverySettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update an account recovery setting."
},
{
"info": {
"name": "ListApiKeys",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/ApiKeys",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search API keys."
},
{
"info": {
"name": "CreateApiKey",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/ApiKeys",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's API key."
},
{
"info": {
"name": "SearchApiKeys",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/ApiKeys/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for API keys using POST."
},
{
"info": {
"name": "GetApiKey",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/ApiKeys/:apiKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "apiKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's API key."
},
{
"info": {
"name": "PatchApiKey",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/ApiKeys/:apiKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "apiKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's API key."
},
{
"info": {
"name": "DeleteApiKey",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/ApiKeys/:apiKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "apiKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's API key."
},
{
"info": {
"name": "ListAppRoles",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AppRoles",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search AppRoles"
},
{
"info": {
"name": "CreateAppRole",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/AppRoles",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create an AppRole"
},
{
"info": {
"name": "SearchAppRoles",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/AppRoles/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search AppRoles Using POST"
},
{
"info": {
"name": "GetAppRole",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AppRoles/:appRoleId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "appRoleId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get an AppRole"
},
{
"info": {
"name": "PatchAppRole",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/AppRoles/:appRoleId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "appRoleId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update an AppRole"
},
{
"info": {
"name": "DeleteAppRole",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/AppRoles/:appRoleId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "appRoleId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete an AppRole"
},
{
"info": {
"name": "PutAppStatusChanger",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/AppStatusChanger/:appStatusChangerId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "appStatusChangerId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Activate/Deactivate an App"
},
{
"info": {
"name": "ListApprovalWorkflowAssignments",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflowAssignments",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Approval Workflow Assignments"
},
{
"info": {
"name": "CreateApprovalWorkflowAssignment",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflowAssignments",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create Approval Workflow Assignment"
},
{
"info": {
"name": "GetApprovalWorkflowAssignment",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflowAssignments/:approvalWorkflowAssignmentId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "approvalWorkflowAssignmentId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get an Approval Workflow Assignment"
},
{
"info": {
"name": "DeleteApprovalWorkflowAssignment",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflowAssignments/:approvalWorkflowAssignmentId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "approvalWorkflowAssignmentId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete Approval Workflow Assignment"
},
{
"info": {
"name": "ListApprovalWorkflowSteps",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflowSteps",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search ApprovalWorkflowStep"
},
{
"info": {
"name": "CreateApprovalWorkflowStep",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflowSteps",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create ApprovalWorkflowStep"
},
{
"info": {
"name": "GetApprovalWorkflowStep",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflowSteps/:approvalWorkflowStepId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "approvalWorkflowStepId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get ApprovalWorkflowStep"
},
{
"info": {
"name": "PatchApprovalWorkflowStep",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflowSteps/:approvalWorkflowStepId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "approvalWorkflowStepId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update ApprovalWorkflowStep"
},
{
"info": {
"name": "DeleteApprovalWorkflowStep",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflowSteps/:approvalWorkflowStepId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "approvalWorkflowStepId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete ApprovalWorkflowStep"
},
{
"info": {
"name": "ListApprovalWorkflows",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflows",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search ApprovalWorkflow"
},
{
"info": {
"name": "CreateApprovalWorkflow",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflows",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create ApprovalWorkflow"
},
{
"info": {
"name": "GetApprovalWorkflow",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflows/:approvalWorkflowId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "approvalWorkflowId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get ApprovalWorkflow"
},
{
"info": {
"name": "PutApprovalWorkflow",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflows/:approvalWorkflowId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "approvalWorkflowId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace ApprovalWorkflow"
},
{
"info": {
"name": "PatchApprovalWorkflow",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflows/:approvalWorkflowId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "approvalWorkflowId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update ApprovalWorkflow"
},
{
"info": {
"name": "DeleteApprovalWorkflow",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/ApprovalWorkflows/:approvalWorkflowId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "approvalWorkflowId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete ApprovalWorkflow"
},
{
"info": {
"name": "ListApps",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Apps",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Apps"
},
{
"info": {
"name": "CreateApp",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Apps",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create an App"
},
{
"info": {
"name": "SearchApps",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Apps/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Apps Using POST"
},
{
"info": {
"name": "GetApp",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Apps/:appId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "appId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get an App"
},
{
"info": {
"name": "PutApp",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/Apps/:appId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "appId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace an App"
},
{
"info": {
"name": "PatchApp",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Apps/:appId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "appId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update an App"
},
{
"info": {
"name": "DeleteApp",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/Apps/:appId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "appId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete an App"
},
{
"info": {
"name": "ListAuthTokens",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AuthTokens",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for Auth tokens."
},
{
"info": {
"name": "CreateAuthToken",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/AuthTokens",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's Auth token."
},
{
"info": {
"name": "SearchAuthTokens",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/AuthTokens/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for Auth tokens using POST."
},
{
"info": {
"name": "GetAuthToken",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AuthTokens/:authTokenId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "authTokenId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's Auth token."
},
{
"info": {
"name": "PatchAuthToken",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/AuthTokens/:authTokenId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "authTokenId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's Auth token."
},
{
"info": {
"name": "DeleteAuthToken",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/AuthTokens/:authTokenId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "authTokenId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's Auth token."
},
{
"info": {
"name": "ListAuthenticationFactorSettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AuthenticationFactorSettings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Authentication Factor Settings"
},
{
"info": {
"name": "SearchAuthenticationFactorSettings",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/AuthenticationFactorSettings/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Authentication Factor Settings Using POST"
},
{
"info": {
"name": "GetAuthenticationFactorSetting",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/AuthenticationFactorSettings/:authenticationFactorSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "authenticationFactorSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get Authentication Factor Settings"
},
{
"info": {
"name": "PutAuthenticationFactorSetting",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/AuthenticationFactorSettings/:authenticationFactorSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "authenticationFactorSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace Authentication Factor Settings"
},
{
"info": {
"name": "CreateAuthenticationFactorsRemover",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/AuthenticationFactorsRemover",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Remove All Authentication Factor Channels for a User"
},
{
"info": {
"name": "ListBrandingSettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/BrandingSettings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Branding Settings"
},
{
"info": {
"name": "GetBrandingSetting",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/BrandingSettings/:brandingSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "brandingSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get Branding Settings"
},
{
"info": {
"name": "ListCloudGateMappings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/CloudGateMappings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Cloud Gate mappings"
},
{
"info": {
"name": "CreateCloudGateMapping",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/CloudGateMappings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a Cloud Gate mapping"
},
{
"info": {
"name": "SearchCloudGateMappings",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/CloudGateMappings/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Cloud Gate mappings Using POST"
},
{
"info": {
"name": "GetCloudGateMapping",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/CloudGateMappings/:cloudGateMappingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "cloudGateMappingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Cloud Gate mapping"
},
{
"info": {
"name": "PutCloudGateMapping",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/CloudGateMappings/:cloudGateMappingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "cloudGateMappingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a Cloud Gate mapping"
},
{
"info": {
"name": "PatchCloudGateMapping",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/CloudGateMappings/:cloudGateMappingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "cloudGateMappingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Cloud Gate mapping"
},
{
"info": {
"name": "DeleteCloudGateMapping",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/CloudGateMappings/:cloudGateMappingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "cloudGateMappingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a Cloud Gate mapping"
},
{
"info": {
"name": "ListCloudGateServers",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/CloudGateServers",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Cloud Gate servers"
},
{
"info": {
"name": "CreateCloudGateServer",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/CloudGateServers",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a Cloud Gate server"
},
{
"info": {
"name": "SearchCloudGateServers",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/CloudGateServers/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Cloud Gate servers Using POST"
},
{
"info": {
"name": "GetCloudGateServer",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/CloudGateServers/:cloudGateServerId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "cloudGateServerId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Cloud Gate server"
},
{
"info": {
"name": "PutCloudGateServer",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/CloudGateServers/:cloudGateServerId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "cloudGateServerId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a Cloud Gate server"
},
{
"info": {
"name": "PatchCloudGateServer",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/CloudGateServers/:cloudGateServerId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "cloudGateServerId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Cloud Gate server"
},
{
"info": {
"name": "DeleteCloudGateServer",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/CloudGateServers/:cloudGateServerId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "cloudGateServerId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a Cloud Gate server"
},
{
"info": {
"name": "ListCloudGates",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/CloudGates",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Cloud Gates"
},
{
"info": {
"name": "CreateCloudGate",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/CloudGates",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a Cloud Gate"
},
{
"info": {
"name": "SearchCloudGates",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/CloudGates/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Cloud Gates Using POST"
},
{
"info": {
"name": "GetCloudGate",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/CloudGates/:cloudGateId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "cloudGateId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Cloud Gate"
},
{
"info": {
"name": "PutCloudGate",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/CloudGates/:cloudGateId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "cloudGateId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a Cloud Gate"
},
{
"info": {
"name": "PatchCloudGate",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/CloudGates/:cloudGateId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "cloudGateId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Cloud Gate"
},
{
"info": {
"name": "DeleteCloudGate",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/CloudGates/:cloudGateId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "cloudGateId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a Cloud Gate"
},
{
"info": {
"name": "ListConditions",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Conditions",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search conditions."
},
{
"info": {
"name": "CreateCondition",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Conditions",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a condition"
},
{
"info": {
"name": "SearchConditions",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Conditions/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Conditions Using POST."
},
{
"info": {
"name": "GetCondition",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Conditions/:conditionId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "conditionId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a condition."
},
{
"info": {
"name": "PutCondition",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/Conditions/:conditionId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "conditionId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a condition."
},
{
"info": {
"name": "PatchCondition",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Conditions/:conditionId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "conditionId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a condition."
},
{
"info": {
"name": "DeleteCondition",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/Conditions/:conditionId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "conditionId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a condition."
},
{
"info": {
"name": "ListCustomerSecretKeys",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/CustomerSecretKeys",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's customer secret keys."
},
{
"info": {
"name": "CreateCustomerSecretKey",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/CustomerSecretKeys",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's customer secret key."
},
{
"info": {
"name": "SearchCustomerSecretKeys",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/CustomerSecretKeys/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for customer secret keys using POST."
},
{
"info": {
"name": "GetCustomerSecretKey",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/CustomerSecretKeys/:customerSecretKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "customerSecretKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's customer secret key."
},
{
"info": {
"name": "PatchCustomerSecretKey",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/CustomerSecretKeys/:customerSecretKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "customerSecretKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's customer secret key."
},
{
"info": {
"name": "DeleteCustomerSecretKey",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/CustomerSecretKeys/:customerSecretKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "customerSecretKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's customer secret key."
},
{
"info": {
"name": "ListDynamicResourceGroups",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/DynamicResourceGroups",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for Dynamic Resource Groups."
},
{
"info": {
"name": "CreateDynamicResourceGroup",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/DynamicResourceGroups",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a Dynamic Resource Group."
},
{
"info": {
"name": "SearchDynamicResourceGroups",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/DynamicResourceGroups/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for Dynamic Resource Groups using POST."
},
{
"info": {
"name": "GetDynamicResourceGroup",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/DynamicResourceGroups/:dynamicResourceGroupId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "dynamicResourceGroupId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Dynamic Resource Group."
},
{
"info": {
"name": "PutDynamicResourceGroup",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/DynamicResourceGroups/:dynamicResourceGroupId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "dynamicResourceGroupId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a Dynamic Resource Group."
},
{
"info": {
"name": "PatchDynamicResourceGroup",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/DynamicResourceGroups/:dynamicResourceGroupId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "dynamicResourceGroupId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Dynamic Resource Group."
},
{
"info": {
"name": "DeleteDynamicResourceGroup",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/DynamicResourceGroups/:dynamicResourceGroupId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "dynamicResourceGroupId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a Dynamic Resource Group."
},
{
"info": {
"name": "ListGrants",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Grants",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Grants"
},
{
"info": {
"name": "CreateGrant",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Grants",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Add a Grantee to an AppRole"
},
{
"info": {
"name": "SearchGrants",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Grants/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Grants Using POST"
},
{
"info": {
"name": "GetGrant",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Grants/:grantId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "grantId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Grant"
},
{
"info": {
"name": "PatchGrant",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Grants/:grantId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "grantId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Grant"
},
{
"info": {
"name": "DeleteGrant",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/Grants/:grantId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "grantId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Remove a Grantee from an AppRole"
},
{
"info": {
"name": "ListGroups",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Groups",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for groups. Important: The Group SEARCH and GET operations on users and members will throw an exception if the response has more than 10,000 members. To avoid the exception, use the pagination filter to GET or SEARCH group members."
},
{
"info": {
"name": "CreateGroup",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Groups",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a group."
},
{
"info": {
"name": "SearchGroups",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Groups/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for groups using POST."
},
{
"info": {
"name": "GetGroup",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Groups/:groupId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "groupId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a group. Important: The Group SEARCH and GET operations on users and members will throw an exception if the response has more than 10,000 members. To avoid the exception, use the pagination filter to GET or SEARCH group members."
},
{
"info": {
"name": "PutGroup",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/Groups/:groupId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "groupId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a group."
},
{
"info": {
"name": "PatchGroup",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Groups/:groupId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "groupId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a group."
},
{
"info": {
"name": "DeleteGroup",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/Groups/:groupId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "groupId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a group."
},
{
"info": {
"name": "ListIdentityPropagationTrusts",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/IdentityPropagationTrusts",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "List the Identity Propagation Trust configurations."
},
{
"info": {
"name": "CreateIdentityPropagationTrust",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/IdentityPropagationTrusts",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Register a new Identity Propagation Trust configuration."
},
{
"info": {
"name": "GetIdentityPropagationTrust",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/IdentityPropagationTrusts/:identityPropagationTrustId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "identityPropagationTrustId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get an existing Identity Propagation Trust configuration."
},
{
"info": {
"name": "PutIdentityPropagationTrust",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/IdentityPropagationTrusts/:identityPropagationTrustId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "identityPropagationTrustId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace an existing Identity Propagation Trust configuration."
},
{
"info": {
"name": "PatchIdentityPropagationTrust",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/IdentityPropagationTrusts/:identityPropagationTrustId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "identityPropagationTrustId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update an existing Identity Propagation Trust configuration."
},
{
"info": {
"name": "DeleteIdentityPropagationTrust",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/IdentityPropagationTrusts/:identityPropagationTrustId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "identityPropagationTrustId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete an existing Identity Propagation Trust configuration."
},
{
"info": {
"name": "ListIdentityProviders",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/IdentityProviders",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Identity Providers"
},
{
"info": {
"name": "CreateIdentityProvider",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/IdentityProviders",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create an Identity Provider"
},
{
"info": {
"name": "SearchIdentityProviders",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/IdentityProviders/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Identity Providers Using POST"
},
{
"info": {
"name": "GetIdentityProvider",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/IdentityProviders/:identityProviderId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "identityProviderId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get an Identity Provider"
},
{
"info": {
"name": "PutIdentityProvider",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/IdentityProviders/:identityProviderId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "identityProviderId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace an Identity Provider"
},
{
"info": {
"name": "PatchIdentityProvider",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/IdentityProviders/:identityProviderId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "identityProviderId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update an Identity Provider"
},
{
"info": {
"name": "DeleteIdentityProvider",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/IdentityProviders/:identityProviderId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "identityProviderId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete an Identity Provider"
},
{
"info": {
"name": "ListIdentitySettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/IdentitySettings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for Identity settings."
},
{
"info": {
"name": "SearchIdentitySettings",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/IdentitySettings/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for Identity settings using POST."
},
{
"info": {
"name": "GetIdentitySetting",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/IdentitySettings/:identitySettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "identitySettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get an Identity setting."
},
{
"info": {
"name": "PutIdentitySetting",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/IdentitySettings/:identitySettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "identitySettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace an Identity setting."
},
{
"info": {
"name": "PatchIdentitySetting",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/IdentitySettings/:identitySettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "identitySettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update an Identity setting."
},
{
"info": {
"name": "ListKmsiSettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/KmsiSettings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search KmsiSettings"
},
{
"info": {
"name": "SearchKmsiSettings",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/KmsiSettings/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search KmsiSettings Using POST"
},
{
"info": {
"name": "GetKmsiSetting",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/KmsiSettings/:kmsiSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "kmsiSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get KmsiSettings"
},
{
"info": {
"name": "PutKmsiSetting",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/KmsiSettings/:kmsiSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "kmsiSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace KmsiSettings"
},
{
"info": {
"name": "PatchKmsiSetting",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/KmsiSettings/:kmsiSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "kmsiSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Setting"
},
{
"info": {
"name": "ListMappedAttributes",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MappedAttributes",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Mapped Attributes"
},
{
"info": {
"name": "SearchMappedAttributes",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MappedAttributes/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Mapped Attributes Using POST"
},
{
"info": {
"name": "GetMappedAttribute",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MappedAttributes/:mappedAttributeId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "mappedAttributeId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get Attribute Mappings for a Mapped Attribute"
},
{
"info": {
"name": "PutMappedAttribute",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/MappedAttributes/:mappedAttributeId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "mappedAttributeId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a Mapped Attribute"
},
{
"info": {
"name": "PatchMappedAttribute",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/MappedAttributes/:mappedAttributeId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "mappedAttributeId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Mapped Attribute"
},
{
"info": {
"name": "GetMe",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Me",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
]
},
"docs": "Get a user's own information."
},
{
"info": {
"name": "CreateMe",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Me",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Self register a user."
},
{
"info": {
"name": "PutMe",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/Me",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a user's own information."
},
{
"info": {
"name": "PatchMe",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Me",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's own information."
},
{
"info": {
"name": "PutMePasswordChanger",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/MePasswordChanger",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's own password."
},
{
"info": {
"name": "ListMyApiKeys",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyApiKeys",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's own API key."
},
{
"info": {
"name": "CreateMyApiKey",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyApiKeys",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Add a user's own API key."
},
{
"info": {
"name": "GetMyApiKey",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyApiKeys/:myApiKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myApiKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's own API key."
},
{
"info": {
"name": "PatchMyApiKey",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/MyApiKeys/:myApiKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myApiKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's own API key."
},
{
"info": {
"name": "DeleteMyApiKey",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/MyApiKeys/:myApiKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "myApiKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's own API key."
},
{
"info": {
"name": "ListMyApps",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyApps",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search My Apps"
},
{
"info": {
"name": "SearchMyApps",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyApps/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search My Apps Using POST"
},
{
"info": {
"name": "ListMyAuthTokens",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyAuthTokens",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's own Auth token."
},
{
"info": {
"name": "CreateMyAuthToken",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyAuthTokens",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's own Auth token."
},
{
"info": {
"name": "GetMyAuthToken",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyAuthTokens/:myAuthTokenId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myAuthTokenId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's own Auth token."
},
{
"info": {
"name": "PatchMyAuthToken",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/MyAuthTokens/:myAuthTokenId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myAuthTokenId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's own Auth token."
},
{
"info": {
"name": "DeleteMyAuthToken",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/MyAuthTokens/:myAuthTokenId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "myAuthTokenId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's own Auth token."
},
{
"info": {
"name": "CreateMyAuthenticationFactorInitiator",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyAuthenticationFactorInitiator",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Initiate Self Service Enrollment using the Requested MFA Factor"
},
{
"info": {
"name": "CreateMyAuthenticationFactorValidator",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyAuthenticationFactorValidator",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Validate Self Service Enrollment using the Requested MFA Factor"
},
{
"info": {
"name": "CreateMyAuthenticationFactorsRemover",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyAuthenticationFactorsRemover",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Remove All Authentication Factor Channels for a User"
},
{
"info": {
"name": "ListMyCompletedApprovals",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyCompletedApprovals",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search My MyCompletedApproval"
},
{
"info": {
"name": "GetMyCompletedApproval",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyCompletedApprovals/:myCompletedApprovalId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myCompletedApprovalId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get My MyCompletedApproval"
},
{
"info": {
"name": "ListMyCustomerSecretKeys",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyCustomerSecretKeys",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's own customer secret key."
},
{
"info": {
"name": "CreateMyCustomerSecretKey",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyCustomerSecretKeys",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Add a user's own customer secret key."
},
{
"info": {
"name": "GetMyCustomerSecretKey",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyCustomerSecretKeys/:myCustomerSecretKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myCustomerSecretKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's own customer secret key."
},
{
"info": {
"name": "PatchMyCustomerSecretKey",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/MyCustomerSecretKeys/:myCustomerSecretKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myCustomerSecretKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's own customer secret key."
},
{
"info": {
"name": "DeleteMyCustomerSecretKey",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/MyCustomerSecretKeys/:myCustomerSecretKeyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "myCustomerSecretKeyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's own customer secret key."
},
{
"info": {
"name": "ListMyDevices",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyDevices",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Devices"
},
{
"info": {
"name": "GetMyDevice",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyDevices/:myDeviceId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "myDeviceId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Device"
},
{
"info": {
"name": "PatchMyDevice",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/MyDevices/:myDeviceId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "myDeviceId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Device"
},
{
"info": {
"name": "DeleteMyDevice",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/MyDevices/:myDeviceId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "myDeviceId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a Device"
},
{
"info": {
"name": "ListMyGroups",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyGroups",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for 'My Groups'."
},
{
"info": {
"name": "SearchMyGroups",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyGroups/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for 'My Groups' using POST."
},
{
"info": {
"name": "ListMyOAuth2ClientCredentials",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyOAuth2ClientCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's own OAuth2 client credential."
},
{
"info": {
"name": "CreateMyOAuth2ClientCredential",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyOAuth2ClientCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's own OAuth2 client credential."
},
{
"info": {
"name": "GetMyOAuth2ClientCredential",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyOAuth2ClientCredentials/:myOAuth2ClientCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myOAuth2ClientCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's own OAuth2 client credential."
},
{
"info": {
"name": "PatchMyOAuth2ClientCredential",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/MyOAuth2ClientCredentials/:myOAuth2ClientCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myOAuth2ClientCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's own OAuth2 client credential."
},
{
"info": {
"name": "DeleteMyOAuth2ClientCredential",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/MyOAuth2ClientCredentials/:myOAuth2ClientCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "myOAuth2ClientCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's own OAuth2 client credential."
},
{
"info": {
"name": "ListMyPendingApprovals",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyPendingApprovals",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search My Approvals"
},
{
"info": {
"name": "GetMyPendingApproval",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyPendingApprovals/:myPendingApprovalId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myPendingApprovalId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get My MyPendingApproval"
},
{
"info": {
"name": "PatchMyPendingApproval",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/MyPendingApprovals/:myPendingApprovalId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myPendingApprovalId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update MyPendingApproval"
},
{
"info": {
"name": "ListMyRequestableGroups",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyRequestableGroups",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search My Requestable Groups"
},
{
"info": {
"name": "SearchMyRequestableGroups",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyRequestableGroups/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search My Requestable Groups Using POST"
},
{
"info": {
"name": "ListMyRequests",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyRequests",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search My Requests"
},
{
"info": {
"name": "CreateMyRequest",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyRequests",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a Request"
},
{
"info": {
"name": "SearchMyRequests",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyRequests/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search My Requests Using POST"
},
{
"info": {
"name": "GetMyRequest",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyRequests/:myRequestId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "myRequestId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get My Requests"
},
{
"info": {
"name": "PatchMyRequest",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/MyRequests/:myRequestId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "myRequestId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update My Requests"
},
{
"info": {
"name": "ListMySmtpCredentials",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MySmtpCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's own SMTP credential."
},
{
"info": {
"name": "CreateMySmtpCredential",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MySmtpCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's own SMTP credential."
},
{
"info": {
"name": "GetMySmtpCredential",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MySmtpCredentials/:mySmtpCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "mySmtpCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's own SMTP credential."
},
{
"info": {
"name": "PatchMySmtpCredential",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/MySmtpCredentials/:mySmtpCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "mySmtpCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's own SMTP credential."
},
{
"info": {
"name": "DeleteMySmtpCredential",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/MySmtpCredentials/:mySmtpCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "mySmtpCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's own SMTP credential."
},
{
"info": {
"name": "ListMySupportAccounts",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MySupportAccounts",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's own support account."
},
{
"info": {
"name": "CreateMySupportAccount",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MySupportAccounts",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's own support account."
},
{
"info": {
"name": "GetMySupportAccount",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MySupportAccounts/:mySupportAccountId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "mySupportAccountId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's own support account."
},
{
"info": {
"name": "DeleteMySupportAccount",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/MySupportAccounts/:mySupportAccountId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "mySupportAccountId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's own support account."
},
{
"info": {
"name": "ListMyTrustedUserAgents",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyTrustedUserAgents",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Trusted User Agents"
},
{
"info": {
"name": "GetMyTrustedUserAgent",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyTrustedUserAgents/:myTrustedUserAgentId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "myTrustedUserAgentId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Trusted User Agent"
},
{
"info": {
"name": "DeleteMyTrustedUserAgent",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/MyTrustedUserAgents/:myTrustedUserAgentId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "myTrustedUserAgentId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a Trusted User Agent"
},
{
"info": {
"name": "ListMyUserDbCredentials",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyUserDbCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's own database (DB) credential."
},
{
"info": {
"name": "CreateMyUserDbCredential",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/MyUserDbCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's own database (DB) credential."
},
{
"info": {
"name": "GetMyUserDbCredential",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/MyUserDbCredentials/:myUserDbCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "myUserDbCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's own database (DB) credential."
},
{
"info": {
"name": "DeleteMyUserDbCredential",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/MyUserDbCredentials/:myUserDbCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "myUserDbCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's own database (DB) credential."
},
{
"info": {
"name": "ListNetworkPerimeters",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/NetworkPerimeters",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search NetworkPerimeters"
},
{
"info": {
"name": "CreateNetworkPerimeter",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/NetworkPerimeters",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a NetworkPerimeter"
},
{
"info": {
"name": "SearchNetworkPerimeters",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/NetworkPerimeters/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search NetworkPerimeters Using POST"
},
{
"info": {
"name": "GetNetworkPerimeter",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/NetworkPerimeters/:networkPerimeterId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "networkPerimeterId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a NetworkPerimeter"
},
{
"info": {
"name": "PutNetworkPerimeter",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/NetworkPerimeters/:networkPerimeterId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "networkPerimeterId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a NetworkPerimeter"
},
{
"info": {
"name": "PatchNetworkPerimeter",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/NetworkPerimeters/:networkPerimeterId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "networkPerimeterId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a NetworkPerimeter"
},
{
"info": {
"name": "DeleteNetworkPerimeter",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/NetworkPerimeters/:networkPerimeterId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "networkPerimeterId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a NetworkPerimeter"
},
{
"info": {
"name": "ListNotificationSettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/NotificationSettings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Notification Settings"
},
{
"info": {
"name": "SearchNotificationSettings",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/NotificationSettings/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Notification Settings Using POST"
},
{
"info": {
"name": "GetNotificationSetting",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/NotificationSettings/:notificationSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "notificationSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get Notification Settings"
},
{
"info": {
"name": "PutNotificationSetting",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/NotificationSettings/:notificationSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "notificationSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace Notification Settings"
},
{
"info": {
"name": "ListOAuth2ClientCredentials",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/OAuth2ClientCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's OAuth2 client credentials."
},
{
"info": {
"name": "CreateOAuth2ClientCredential",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/OAuth2ClientCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Add a user's OAuth2 client credentials."
},
{
"info": {
"name": "SearchOAuth2ClientCredentials",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/OAuth2ClientCredentials/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for OAuth2 client credentials using POST."
},
{
"info": {
"name": "GetOAuth2ClientCredential",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/OAuth2ClientCredentials/:oAuth2ClientCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "oAuth2ClientCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's OAuth2 client credentials."
},
{
"info": {
"name": "PatchOAuth2ClientCredential",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/OAuth2ClientCredentials/:oAuth2ClientCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "oAuth2ClientCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's OAuth2 client credentials."
},
{
"info": {
"name": "DeleteOAuth2ClientCredential",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/OAuth2ClientCredentials/:oAuth2ClientCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "oAuth2ClientCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's OAuth2 client credentials."
},
{
"info": {
"name": "ListOAuthClientCertificates",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/OAuthClientCertificates",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search OAuth Client Certificates"
},
{
"info": {
"name": "CreateOAuthClientCertificate",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/OAuthClientCertificates",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create an OAuth Client Certificate"
},
{
"info": {
"name": "SearchOAuthClientCertificates",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/OAuthClientCertificates/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search OAuth Client Certificates Using POST"
},
{
"info": {
"name": "GetOAuthClientCertificate",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/OAuthClientCertificates/:oAuthClientCertificateId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "oAuthClientCertificateId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get OAuth Client Certificates"
},
{
"info": {
"name": "DeleteOAuthClientCertificate",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/OAuthClientCertificates/:oAuthClientCertificateId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "oAuthClientCertificateId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete an OAuth Client Certificate"
},
{
"info": {
"name": "ListOAuthPartnerCertificates",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/OAuthPartnerCertificates",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search OAuth Partner Certificates"
},
{
"info": {
"name": "CreateOAuthPartnerCertificate",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/OAuthPartnerCertificates",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create an OAuth Partner Certificate"
},
{
"info": {
"name": "SearchOAuthPartnerCertificates",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/OAuthPartnerCertificates/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search OAuth Partner Certificates Using POST"
},
{
"info": {
"name": "GetOAuthPartnerCertificate",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/OAuthPartnerCertificates/:oAuthPartnerCertificateId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "oAuthPartnerCertificateId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get an OAuth Partner Certificate"
},
{
"info": {
"name": "DeleteOAuthPartnerCertificate",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/OAuthPartnerCertificates/:oAuthPartnerCertificateId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "oAuthPartnerCertificateId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete an OAuth Partner Certificate"
},
{
"info": {
"name": "ListOciConsoleSignOnPolicyConsents",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/OciConsoleSignOnPolicyConsents",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search OciConsoleSignOnPolicyConsent entries"
},
{
"info": {
"name": "SearchOciConsoleSignOnPolicyConsents",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/OciConsoleSignOnPolicyConsents/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search OciConsoleSignOnPolicyConsents Using POST"
},
{
"info": {
"name": "GetOciConsoleSignOnPolicyConsent",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/OciConsoleSignOnPolicyConsents/:ociConsoleSignOnPolicyConsentId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "ociConsoleSignOnPolicyConsentId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a OciConsoleSignOnPolicyConsent Entry."
},
{
"info": {
"name": "ListPasswordPolicies",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/PasswordPolicies",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for password policies."
},
{
"info": {
"name": "CreatePasswordPolicy",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/PasswordPolicies",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a password policy."
},
{
"info": {
"name": "SearchPasswordPolicies",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/PasswordPolicies/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for password policies using POST."
},
{
"info": {
"name": "GetPasswordPolicy",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/PasswordPolicies/:passwordPolicyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "passwordPolicyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a password policy."
},
{
"info": {
"name": "PutPasswordPolicy",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/PasswordPolicies/:passwordPolicyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "passwordPolicyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a password policy."
},
{
"info": {
"name": "PatchPasswordPolicy",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/PasswordPolicies/:passwordPolicyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "passwordPolicyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a password policy."
},
{
"info": {
"name": "DeletePasswordPolicy",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/PasswordPolicies/:passwordPolicyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "passwordPolicyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a password policy."
},
{
"info": {
"name": "ListPolicies",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Policies",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Policies."
},
{
"info": {
"name": "CreatePolicy",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Policies",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a Policy."
},
{
"info": {
"name": "SearchPolicies",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Policies/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Policies Using POST"
},
{
"info": {
"name": "GetPolicy",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Policies/:policyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "policyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Policy."
},
{
"info": {
"name": "PutPolicy",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/Policies/:policyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "policyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a Policy."
},
{
"info": {
"name": "PatchPolicy",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Policies/:policyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "policyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Policy."
},
{
"info": {
"name": "DeletePolicy",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/Policies/:policyId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "policyId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a Policy."
},
{
"info": {
"name": "ListResourceTypeSchemaAttributes",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/ResourceTypeSchemaAttributes",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Resource Type Schema Attributes"
},
{
"info": {
"name": "SearchResourceTypeSchemaAttributes",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/ResourceTypeSchemaAttributes/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Resource Type Schema Attributes Using POST"
},
{
"info": {
"name": "CreateRestoreOciConsolePolicy",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/RestoreOciConsolePolicy",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a RestoreOciConsolePolicy entry to restore Policy to factory default."
},
{
"info": {
"name": "ListRules",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Rules",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Rules."
},
{
"info": {
"name": "CreateRule",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Rules",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a Rule."
},
{
"info": {
"name": "SearchRules",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Rules/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Rules Using POST."
},
{
"info": {
"name": "GetRule",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Rules/:ruleId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "ruleId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Rule."
},
{
"info": {
"name": "PutRule",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/Rules/:ruleId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "ruleId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a Rule."
},
{
"info": {
"name": "PatchRule",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Rules/:ruleId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "ruleId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Rule."
},
{
"info": {
"name": "DeleteRule",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/Rules/:ruleId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "ruleId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a Rule."
},
{
"info": {
"name": "ListSchemas",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Schemas",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Schemas"
},
{
"info": {
"name": "SearchSchemas",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Schemas/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Schemas Using POST"
},
{
"info": {
"name": "GetSchema",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Schemas/:schemaId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "schemaId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Schema"
},
{
"info": {
"name": "PutSchema",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/Schemas/:schemaId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "schemaId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a Schema Def"
},
{
"info": {
"name": "PatchSchema",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Schemas/:schemaId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "schemaId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Schema Def"
},
{
"info": {
"name": "ListSecurityQuestionSettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SecurityQuestionSettings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for security question settings."
},
{
"info": {
"name": "SearchSecurityQuestionSettings",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/SecurityQuestionSettings/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for security question settings using POST."
},
{
"info": {
"name": "GetSecurityQuestionSetting",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SecurityQuestionSettings/:securityQuestionSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "securityQuestionSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a security question setting."
},
{
"info": {
"name": "PutSecurityQuestionSetting",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/SecurityQuestionSettings/:securityQuestionSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "securityQuestionSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a security question setting."
},
{
"info": {
"name": "PatchSecurityQuestionSetting",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/SecurityQuestionSettings/:securityQuestionSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "securityQuestionSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a security question setting."
},
{
"info": {
"name": "ListSecurityQuestions",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SecurityQuestions",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for security questions."
},
{
"info": {
"name": "CreateSecurityQuestion",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/SecurityQuestions",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a security question."
},
{
"info": {
"name": "SearchSecurityQuestions",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/SecurityQuestions/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for security questions using POST."
},
{
"info": {
"name": "GetSecurityQuestion",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SecurityQuestions/:securityQuestionId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "securityQuestionId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a security question."
},
{
"info": {
"name": "PatchSecurityQuestion",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/SecurityQuestions/:securityQuestionId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "securityQuestionId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a security question."
},
{
"info": {
"name": "DeleteSecurityQuestion",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/SecurityQuestions/:securityQuestionId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "securityQuestionId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a security question."
},
{
"info": {
"name": "ListSelfRegistrationProfiles",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SelfRegistrationProfiles",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for self-registration profiles."
},
{
"info": {
"name": "CreateSelfRegistrationProfile",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/SelfRegistrationProfiles",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a self-registration profile."
},
{
"info": {
"name": "SearchSelfRegistrationProfiles",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/SelfRegistrationProfiles/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for self-registration profile using POST."
},
{
"info": {
"name": "GetSelfRegistrationProfile",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SelfRegistrationProfiles/:selfRegistrationProfileId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "selfRegistrationProfileId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a self-registration profile."
},
{
"info": {
"name": "PutSelfRegistrationProfile",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/SelfRegistrationProfiles/:selfRegistrationProfileId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "selfRegistrationProfileId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a self-registration profile."
},
{
"info": {
"name": "PatchSelfRegistrationProfile",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/SelfRegistrationProfiles/:selfRegistrationProfileId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "selfRegistrationProfileId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a self-registration profile."
},
{
"info": {
"name": "DeleteSelfRegistrationProfile",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/SelfRegistrationProfiles/:selfRegistrationProfileId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "selfRegistrationProfileId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a self-registration profile."
},
{
"info": {
"name": "ListSettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Settings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Settings"
},
{
"info": {
"name": "SearchSettings",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Settings/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Settings Using POST"
},
{
"info": {
"name": "GetSetting",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Settings/:settingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "settingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get Settings"
},
{
"info": {
"name": "PutSetting",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/Settings/:settingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "settingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace Settings"
},
{
"info": {
"name": "PatchSetting",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Settings/:settingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "settingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Setting"
},
{
"info": {
"name": "ListSmtpCredentials",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SmtpCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for SMTP credentials."
},
{
"info": {
"name": "CreateSmtpCredential",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/SmtpCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's SMTP credentials."
},
{
"info": {
"name": "SearchSmtpCredentials",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/SmtpCredentials/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for SMTP credentials using POST."
},
{
"info": {
"name": "GetSmtpCredential",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SmtpCredentials/:smtpCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "smtpCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's SMTP credentials."
},
{
"info": {
"name": "PatchSmtpCredential",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/SmtpCredentials/:smtpCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "smtpCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user's SMTP credentials."
},
{
"info": {
"name": "DeleteSmtpCredential",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/SmtpCredentials/:smtpCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "smtpCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's SMTP credentials."
},
{
"info": {
"name": "ListSocialIdentityProviders",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SocialIdentityProviders",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search Social Identity Providers"
},
{
"info": {
"name": "CreateSocialIdentityProvider",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/SocialIdentityProviders",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a Social Identity Provider"
},
{
"info": {
"name": "SearchSocialIdentityProviders",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/SocialIdentityProviders/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search Social Identity Providers Using POST"
},
{
"info": {
"name": "GetSocialIdentityProvider",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/SocialIdentityProviders/:socialIdentityProviderId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "socialIdentityProviderId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a Social Identity Provider"
},
{
"info": {
"name": "PutSocialIdentityProvider",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/SocialIdentityProviders/:socialIdentityProviderId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "socialIdentityProviderId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a Social Identity Provider"
},
{
"info": {
"name": "PatchSocialIdentityProvider",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/SocialIdentityProviders/:socialIdentityProviderId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "socialIdentityProviderId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a Social Identity Provider"
},
{
"info": {
"name": "DeleteSocialIdentityProvider",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/SocialIdentityProviders/:socialIdentityProviderId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "socialIdentityProviderId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a Social Identity Provider"
},
{
"info": {
"name": "ListUserAttributesSettings",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/UserAttributesSettings",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search User Schema Attribute Settings"
},
{
"info": {
"name": "SearchUserAttributesSettings",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/UserAttributesSettings/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search User Schema Attribute Settings Using POST"
},
{
"info": {
"name": "GetUserAttributesSetting",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/UserAttributesSettings/:userAttributesSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "userAttributesSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get User Schema Attribute Settings"
},
{
"info": {
"name": "PatchUserAttributesSetting",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/UserAttributesSettings/:userAttributesSettingId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "userAttributesSettingId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update User Schema Attribute Settings"
},
{
"info": {
"name": "PutUserCapabilitiesChanger",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/UserCapabilitiesChanger/:userCapabilitiesChangerId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "userCapabilitiesChangerId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Change a user's capabilities."
},
{
"info": {
"name": "ListUserDbCredentials",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/UserDbCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for a user's database (DB) credentials."
},
{
"info": {
"name": "CreateUserDbCredential",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/UserDbCredentials",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user's database (DB) credentials."
},
{
"info": {
"name": "SearchUserDbCredentials",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/UserDbCredentials/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for a user's database (DB) credentials using POST."
},
{
"info": {
"name": "GetUserDbCredential",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/UserDbCredentials/:userDbCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "userDbCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user's database (DB) credentials."
},
{
"info": {
"name": "DeleteUserDbCredential",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/UserDbCredentials/:userDbCredentialId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "userDbCredentialId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user's database (DB) credentials."
},
{
"info": {
"name": "PutUserPasswordChanger",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/UserPasswordChanger/:userPasswordChangerId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "userPasswordChangerId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Change a user's password to a known value."
},
{
"info": {
"name": "PutUserPasswordResetter",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/UserPasswordResetter/:userPasswordResetterId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "userPasswordResetterId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Reset a user's password to a randomly-generated value."
},
{
"info": {
"name": "PutUserStatusChanger",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/UserStatusChanger/:userStatusChangerId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "userStatusChangerId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Change a user's status."
},
{
"info": {
"name": "ListUsers",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Users",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses."
},
{
"name": "sortBy",
"value": "",
"type": "query",
"description": "OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3)."
},
{
"name": "sortOrder",
"value": "",
"type": "query",
"description": "A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See ([Sorting Section](https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3)). OPTIONAL."
},
{
"name": "startIndex",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on."
},
{
"name": "count",
"value": "",
"type": "query",
"description": "OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4)."
},
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
]
},
"docs": "Search for users."
},
{
"info": {
"name": "CreateUser",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Users",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a user."
},
{
"info": {
"name": "SearchUsers",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/admin/v1/Users/.search",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "The value of the `opc-next-page` response header from the previous 'List' call."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items to return in a paginated 'List' call."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search for users using POST."
},
{
"info": {
"name": "GetUser",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/admin/v1/Users/:userId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "userId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Get a user."
},
{
"info": {
"name": "PutUser",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/admin/v1/Users/:userId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "userId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Replace a user."
},
{
"info": {
"name": "PatchUser",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/admin/v1/Users/:userId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "attributes",
"value": "",
"type": "query",
"description": "A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always."
},
{
"name": "attributeSets",
"value": "",
"type": "query",
"description": "A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive."
},
{
"name": "userId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update a user."
},
{
"info": {
"name": "DeleteUser",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/admin/v1/Users/:userId",
"headers": [
{
"name": "authorization",
"value": ""
},
{
"name": "resource_type_schema_version",
"value": ""
},
{
"name": "if-match",
"value": ""
},
{
"name": "opc-retry-token",
"value": ""
}
],
"params": [
{
"name": "forceDelete",
"value": "",
"type": "query",
"description": "To force delete the resource and all its references (if any)."
},
{
"name": "userId",
"value": "",
"type": "path",
"description": "ID of the resource"
}
]
},
"docs": "Delete a user."
}
]
}
],
"bundled": true
}