v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create Role Assignments

post/role-assignments/

Request body

profile_idstring

profile_id of the assignee

role_keystring

role_key of the role to be assigned

resource_kindstring

resource-kind for scope of the assignment

resource_keystring

resource-key for scope of the assignment

profile_custom_idstring

profile_id or profile_custom_id is required.

role_idstring

role_id or role_key is required

scope_idstring required
resource_idstring

resource_id or resource_kind is required

Response

201

idstring
urlstring
created_atstring

Example response

{
  "id": "2aa0e997-2a93-4f48-ad04-b29c197b830b",
  "url": "https://cf-blast-dig.livelikecdn.com/api/v1/rbac/role-assignments/2aa0e997-2a93-4f48-ad04-b29c197b830b/",
  "profile": {
    "id": "d9683806-30cc-4b3d-a0e7-0acd07862d21",
    "url": "https://cf-blast-dig.livelikecdn.com/api/v1/rbac/profiles/d9683806-30cc-4b3d-a0e7-0acd07862d21/",
    "client_id": "ROA1TtZi9rGdYeGVRdHCs5oBc3J3o4fOgNlh1FPN",
    "nickname": "Top Passer",
    "created_at": "2024-02-14T14:50:47Z"
  },
  "role": {
    "id": "fda50bbe-fd4c-4692-91d1-a64194dee5d5",
    "url": "https://cf-blast-dig.livelikecdn.com/api/v1/rbac/roles/fda50bbe-fd4c-4692-91d1-a64194dee5d5/",
    "client_id": "ROA1TtZi9rGdYeGVRdHCs5oBc3J3o4fOgNlh1FPN",
    "name": "Widget Publisher",
    "key": "widget-publisher",
    "permissions": [
      {
        "id": "8ef670c4-a740-4758-ac1d-70121c5550d5",
        "url": "https://cf-blast-dig.livelikecdn.com/api/v1/rbac/permissions/8ef670c4-a740-4758-ac1d-70121c5550d5/",
        "name": "Publish Alert",
        "key": "publish-alert",
        "created_at": "2023-12-29T00:15:49.123000Z"
      }
    ],
    "created_at": "2024-02-20T09:37:38Z",
    "is_active": true
  },
  "scope": {
    "id": "0d608e7f-a605-48ac-863e-415425f53536",
    "url": "https://cf-blast-dig.livelikecdn.com/api/v1/rbac/scopes/0d608e7f-a605-48ac-863e-415425f53536/",
    "client_id": "ROA1TtZi9rGdYeGVRdHCs5oBc3J3o4fOgNlh1FPN",
    "resource": {
      "id": "0c95eccc-148a-4330-b90f-273b92f92968",
      "url": "https://cf-blast-dig.livelikecdn.com/api/v1/rbac/resources/0c95eccc-148a-4330-b90f-273b92f92968/",
      "name": "Program",
      "kind": "program",
      "created_at": "2024-02-20T07:49:29Z",
      "scopes_url": "https://cf-blast-dig.livelikecdn.com/api/v1/rbac/scopes/?resource_id=0c95eccc-148a-4330-b90f-273b92f92968"
    },
    "resource_key": "*",
    "created_at": "2024-02-22T00:03:38.266565Z"
  },
  "created_at": "2024-02-29T11:03:28.249156Z"
}