Identity Broker REST API Reference

UnboundID Logo

/resourcegroups/{id}

Mount Point: /auth/api/v1/resourcegroups/{id}/

The following operations are supported on this resource:

GET

Retrieve a specified resource group.

Parameters

name description type default
id The ID or URN of the resource group to be retrieved. path

Response Body

result: resource
media types: application/json

The requested resource group.

Status Codes

code description
200 Success
304 Not modified
404 No such object

PUT

Updates a resource group.

Parameters

name description type default
id The ID or URN of the resource group to be updated. path

Request Body

element: resource
media types: application/json

The updated state.

Response Body

result: resource
media types: application/json

Resource updated resource group.

Status Codes

code description
200 Success
412 Precondition failed
409 Reserved for cache object out of date

DELETE

Deletes the specified ResourceGroup.

Parameters

name description type default
id The ID or URN of the ResourceGroup to be deleted. path

Status Codes

code description
204 Success
404 No such object