Jump to content

ERA serverAPI move access group


Recommended Posts

halo, i have a question, how to move access group for "user" and "permission set" via serverAPI? or what serverAPI request which has similar effect as web console menu "permission set->setting->access group -> move" 

thanks in advance. 

Link to comment
Share on other sites

finally found the way

{
	"Era.Common.NetworkMessage.ConsoleApi.Security.RpcModifyObjectPlacementRequest": {
		"objectUuids": [{
			"uuid": "in_object_id"
		}],
		"newGroupUuid": {
			"uuid": "in_group_id"
		}
	}
}

with this, i'm fully automated almost everything . awesome serverAPI.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...