Get Org IAM Policy
This endpoint has been deprecated and may be removed in future versions of the API.
Use Get Domain Settings instead
- 200
- default
A successful response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
- policy object- details objectsequence uint64- on read: the sequence of the last event reduced by the projection - on manipulation: the timestamp of the event(s) added by the manipulation creationDate date-time- on read: the timestamp of the first event of the object - on create: the timestamp of the event(s) added by the manipulation changeDate date-time- on read: the timestamp of the last event reduced by the projection - on manipulation: the resourceOwner resource_owner is the organization an object belongs touserLoginMustBeDomain boolean- the username has to end with the domain of its organization isDefault boolean- defines if the organization's admin changed the policy 
{
  "policy": {
    "details": {
      "sequence": "2",
      "creationDate": "2023-07-28",
      "changeDate": "2023-07-28",
      "resourceOwner": "69629023906488334"
    },
    "userLoginMustBeDomain": true,
    "isDefault": true
  }
}
- Schema
- Example (from schema)
Schema
- policy object- details objectsequence uint64- on read: the sequence of the last event reduced by the projection - on manipulation: the timestamp of the event(s) added by the manipulation creationDate date-time- on read: the timestamp of the first event of the object - on create: the timestamp of the event(s) added by the manipulation changeDate date-time- on read: the timestamp of the last event reduced by the projection - on manipulation: the resourceOwner resource_owner is the organization an object belongs touserLoginMustBeDomain boolean- the username has to end with the domain of its organization isDefault boolean- defines if the organization's admin changed the policy 
{
  "policy": {
    "details": {
      "sequence": "2",
      "creationDate": "2023-07-28",
      "changeDate": "2023-07-28",
      "resourceOwner": "69629023906488334"
    },
    "userLoginMustBeDomain": true,
    "isDefault": true
  }
}
- Schema
- Example (from schema)
Schema
- policy object- details objectsequence uint64- on read: the sequence of the last event reduced by the projection - on manipulation: the timestamp of the event(s) added by the manipulation creationDate date-time- on read: the timestamp of the first event of the object - on create: the timestamp of the event(s) added by the manipulation changeDate date-time- on read: the timestamp of the last event reduced by the projection - on manipulation: the resourceOwner resource_owner is the organization an object belongs touserLoginMustBeDomain boolean- the username has to end with the domain of its organization isDefault boolean- defines if the organization's admin changed the policy 
{
  "policy": {
    "details": {
      "sequence": "2",
      "creationDate": "2023-07-28",
      "changeDate": "2023-07-28",
      "resourceOwner": "69629023906488334"
    },
    "userLoginMustBeDomain": true,
    "isDefault": true
  }
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
- code int32
- message string
- details object[]Array [@type string]
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
- Schema
- Example (from schema)
Schema
- code int32
- message string
- details object[]Array [@type string]
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}
- Schema
- Example (from schema)
Schema
- code int32
- message string
- details object[]Array [@type string]
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}