institutions

Private Account Institution Group Embargo Options

Account institution group embargo options details

get/account/institution/groups/{group_id}/embargo_options

Path parameters

group_idinteger required

Group identifier

Response

OK. An array of embargo options

idinteger required

Embargo option id

type'logged_in' | 'ip_range' | 'administrator' required

Embargo permission type

ip_namestring required

IP range name; value appears if type is ip_range

Example response

[
  {
    "id": 364,
    "type": "ip_range",
    "ip_name": "Figshare IP range"
  }
]

Changes

No recorded changes to this endpoint across all 2 revisions of this API.