<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Assistance Required: &amp;quot;Privilege group can't be blank&amp;quot; Error in Invite a Collaborator API in Community Chat</title>
    <link>https://systematic.workato.com/t5/community-chat/assistance-required-quot-privilege-group-can-t-be-blank-quot/m-p/8200#M487</link>
    <description>&lt;P&gt;Hello Workato Support Team,&lt;/P&gt;&lt;P&gt;I’m encountering an issue when using the Invite a Collaborator API. While testing in Postman, I received the following error:&lt;/P&gt;&lt;P&gt;**"Privilege group can't be blank"**&lt;/P&gt;&lt;P&gt;Here’s the current request I’m using based on the documentation:&lt;/P&gt;&lt;P&gt;curl -X POST &lt;A href="https://www.workato.com/api/member_invitations" target="_blank"&gt;https://www.workato.com/api/member_invitations&lt;/A&gt; \&lt;BR /&gt;-H 'Authorization: Bearer &amp;lt;api_token&amp;gt;' \&lt;BR /&gt;-H 'Content-Type: application/json' \&lt;BR /&gt;-d '{&lt;BR /&gt;"name": "John",&lt;BR /&gt;"email": "john@acme.com",&lt;BR /&gt;"env_roles": [&lt;BR /&gt;{ "environment_type": "dev", "name": "Admin" }&lt;BR /&gt;]&lt;BR /&gt;}'&lt;/P&gt;&lt;P&gt;I’ve also ensured the following:&lt;/P&gt;&lt;P&gt;The API token I’m using was created with client roles configured.&lt;BR /&gt;I tried adding a privilege_group field to the request body outside of the env_roles array.&lt;BR /&gt;I verified the roles in env_roles (e.g., "Admin", "Analyst", "Operator") against the documentation.&lt;BR /&gt;Despite these efforts, the error persists. Could you please clarify:&lt;/P&gt;&lt;P&gt;Whether an additional privilege_group parameter or any other specific field is required for this API request?&lt;BR /&gt;The accepted values for privilege_group and other required fields that might not be explicitly documented.&lt;BR /&gt;Thank you for your assistance.&lt;/P&gt;&lt;P&gt;Best regards, C.Rohtih.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 07:04:27 GMT</pubDate>
    <dc:creator>rohith-chilakal</dc:creator>
    <dc:date>2024-11-15T07:04:27Z</dc:date>
    <item>
      <title>Assistance Required: "Privilege group can't be blank" Error in Invite a Collaborator API</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-quot-privilege-group-can-t-be-blank-quot/m-p/8200#M487</link>
      <description>&lt;P&gt;Hello Workato Support Team,&lt;/P&gt;&lt;P&gt;I’m encountering an issue when using the Invite a Collaborator API. While testing in Postman, I received the following error:&lt;/P&gt;&lt;P&gt;**"Privilege group can't be blank"**&lt;/P&gt;&lt;P&gt;Here’s the current request I’m using based on the documentation:&lt;/P&gt;&lt;P&gt;curl -X POST &lt;A href="https://www.workato.com/api/member_invitations" target="_blank"&gt;https://www.workato.com/api/member_invitations&lt;/A&gt; \&lt;BR /&gt;-H 'Authorization: Bearer &amp;lt;api_token&amp;gt;' \&lt;BR /&gt;-H 'Content-Type: application/json' \&lt;BR /&gt;-d '{&lt;BR /&gt;"name": "John",&lt;BR /&gt;"email": "john@acme.com",&lt;BR /&gt;"env_roles": [&lt;BR /&gt;{ "environment_type": "dev", "name": "Admin" }&lt;BR /&gt;]&lt;BR /&gt;}'&lt;/P&gt;&lt;P&gt;I’ve also ensured the following:&lt;/P&gt;&lt;P&gt;The API token I’m using was created with client roles configured.&lt;BR /&gt;I tried adding a privilege_group field to the request body outside of the env_roles array.&lt;BR /&gt;I verified the roles in env_roles (e.g., "Admin", "Analyst", "Operator") against the documentation.&lt;BR /&gt;Despite these efforts, the error persists. Could you please clarify:&lt;/P&gt;&lt;P&gt;Whether an additional privilege_group parameter or any other specific field is required for this API request?&lt;BR /&gt;The accepted values for privilege_group and other required fields that might not be explicitly documented.&lt;BR /&gt;Thank you for your assistance.&lt;/P&gt;&lt;P&gt;Best regards, C.Rohtih.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 07:04:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-quot-privilege-group-can-t-be-blank-quot/m-p/8200#M487</guid>
      <dc:creator>rohith-chilakal</dc:creator>
      <dc:date>2024-11-15T07:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required: "Privilege group can't be blank" Error in Invite a Collaborator A</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-quot-privilege-group-can-t-be-blank-quot/m-p/8207#M491</link>
      <description>&lt;P&gt;The error occurs because the privilege_group field is missing in your request. Add it outside the env_roles array like this:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"name": "John",&lt;BR /&gt;"email": "john@acme.com",&lt;BR /&gt;"privilege_group": "Admin",&lt;BR /&gt;"env_roles": [&lt;BR /&gt;{ "environment_type": "dev", "name": "Admin" }&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;Ensure privilege_group has valid values like "Admin", "Editor", or "Viewer".&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 03:13:49 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-quot-privilege-group-can-t-be-blank-quot/m-p/8207#M491</guid>
      <dc:creator>timwolfe</dc:creator>
      <dc:date>2024-11-17T03:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required: "Privilege group can't be blank" Error in Invite a Collaborator A</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-quot-privilege-group-can-t-be-blank-quot/m-p/8212#M495</link>
      <description>&lt;P&gt;Thank you for your earlier response and for clarifying the need to include the privilege_group field. I updated my API request as follows:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"name": "John",&lt;BR /&gt;"email": "john@acme.com",&lt;BR /&gt;"privilege_group": "Admin",&lt;BR /&gt;"env_roles": [&lt;BR /&gt;{ "environment_type": "dev", "name": "Admin" }&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Despite this, I am still encountering the same error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Privilege group can't be blank"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 07:07:25 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-quot-privilege-group-can-t-be-blank-quot/m-p/8212#M495</guid>
      <dc:creator>rohith-chilakal</dc:creator>
      <dc:date>2024-11-18T07:07:25Z</dc:date>
    </item>
  </channel>
</rss>

