Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fdebe1

Browse files
committedFeb 24, 2025·
Specify entities for uid=502(katlynbatuigas) gid=20(staff) groups=20(staff),12(everyone),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),98(_lpadmin),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),398(com.apple.access_screensharing),399(com.apple.access_ssh),400(com.apple.access_remote_ae),701(com.apple.sharepoint.group.1) planeholders
1 parent 5ac1f3e commit 2fdebe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎modules/manage/partials/controlplane-api.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ To see roles assignments for a specific IAM account, make a GET request to the x
372372

373373
[,bash]
374374
----
375-
curl "https://api.redpanda.com/v1alpha1/role-bindings/<id> \
375+
curl "https://api.redpanda.com/v1alpha1/role-bindings/<role-binding-id> \
376376
-H "Authorization: Bearer <token>" \
377377
-H "Content-Type: application/json"
378378
----
@@ -383,7 +383,7 @@ To see details of an IAM user account, make a GET request to the xref:api:ROOT:c
383383

384384
[,bash]
385385
----
386-
curl "https://api.redpanda.com/v1alpha1/users/<id> \
386+
curl "https://api.redpanda.com/v1alpha1/users/<user-account-id> \
387387
-H "Authorization: Bearer <token>" \
388388
-H "Content-Type: application/json"
389389
----

0 commit comments

Comments
 (0)
Please sign in to comment.