self.provision

Provisioning a group makes it usable. 

Group Provision Action

The self.provision action supports the following optional arguments:

Field Name

Type

Description

apply

Boolean

(Optional) When set to True, the most recently assigned value, if any, is re-applied to the group after provisioning. A most recently assigned value might exist if the group has previously been subject to the self.provision action.

Default is False.

desc

string

(Optional) Group description.


Example

You provision a group using the self.provision action of the group do topic.  

glp/0/{SID}/rq/grp/{Handle}/do                

                                                      
{
     action: "self.provision",
     args: { ... }
}