providers_google_workspace_groups_retrieve
GET/api/v3//providers/google_workspace_groups/:id/
GoogleWorkspaceProviderGroup Viewset
Request
Path Parameters
id uuidrequired
A UUID string identifying this Google Workspace Provider Group.
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
id uuidrequired
google_id stringrequired
group uuidrequired
group_obj
object
required
provider integerrequired
attributes required
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"google_id": "string",
"group": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"group_obj": {
"pk": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"num_pk": 0,
"name": "string",
"is_superuser": true,
"parent": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"parent_name": "string",
"attributes": {}
},
"provider": 0
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET '/api/v3/providers/google_workspace_groups/:id/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'