cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1075
Views
5
Helpful
1
Replies

Stop users creating new spaces in CMA

Haydn von Imhof
Level 4
Level 4

Hi everyone,

Does anyone know if its possible to remove the ability for users to create new spaces from within the Cisco Meeting App?

Cant find anything in the API guide for this.

1 Accepted Solution

Accepted Solutions

Patrick Sparkman
VIP Alumni
VIP Alumni

You can prevent users from creating Spaces by creating a user profile with "canCreateCoSpaces" set to false, take a look at section 9.3.2 of the CMS 2.1 API Guide.  The ID of the created user profile will then need to be added to the top-level global profile under /system/profiles if you want it to affect everyone, or under /users/<user ID> if you want it to be for specific users only.

View solution in original post

1 Reply 1

Patrick Sparkman
VIP Alumni
VIP Alumni

You can prevent users from creating Spaces by creating a user profile with "canCreateCoSpaces" set to false, take a look at section 9.3.2 of the CMS 2.1 API Guide.  The ID of the created user profile will then need to be added to the top-level global profile under /system/profiles if you want it to affect everyone, or under /users/<user ID> if you want it to be for specific users only.