Developer forum

Forum » Development » User Management API

User Management API


Reply
Hi all,

How do I retreive a Group through the API when I want to update its properties? The Group class exposes two overloads: One without parameters and one accepting  the group name as a string.

BR.
Lars

Replies

 
Reply
Hi Lars,

Please use one of the static methods available on the Group object. For example, to retrieve a group by its ID use the following construct:

var g = Group.GetGroupByID([group ID]);

- Pavel

 

You must be logged in to post in the forum